summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-11-30 21:15:38 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-11-30 21:15:38 (GMT)
commit6fe39b76a9b353ad619108ad2877a155680270dc (patch)
tree7dd7ecb3d04e222bcb060bed3b46dcc246adacdf /Misc
parentcc6e87b2cf7613bc88791516bf4d6e0669d084d2 (diff)
downloadcpython-6fe39b76a9b353ad619108ad2877a155680270dc.zip
cpython-6fe39b76a9b353ad619108ad2877a155680270dc.tar.gz
cpython-6fe39b76a9b353ad619108ad2877a155680270dc.tar.bz2
Issue #17897: Optimized unpickle prefetching.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 09d2516..653b0f4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.