diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-30 21:15:38 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-30 21:15:38 (GMT) |
commit | 6fe39b76a9b353ad619108ad2877a155680270dc (patch) | |
tree | 7dd7ecb3d04e222bcb060bed3b46dcc246adacdf /Misc | |
parent | cc6e87b2cf7613bc88791516bf4d6e0669d084d2 (diff) | |
download | cpython-6fe39b76a9b353ad619108ad2877a155680270dc.zip cpython-6fe39b76a9b353ad619108ad2877a155680270dc.tar.gz cpython-6fe39b76a9b353ad619108ad2877a155680270dc.tar.bz2 |
Issue #17897: Optimized unpickle prefetching.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ Core and Builtins Library ------- +- Issue #17897: Optimized unpickle prefetching. + - Issue #3693: Make the error message more helpful when the array.array() constructor is given a str. Move the array module typecode documentation to the docstring of the constructor. |