summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-08-18 06:14:47 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-08-18 06:14:47 (GMT)
commit989df09db23f2e7588a9e88c6d05611d3c411582 (patch)
treec8decd18afdc21a4ecfec6c715fe440a5211f43a /Misc/NEWS
parente09594d5ebc14ef88a5620b4b9978679626429e2 (diff)
downloadcpython-989df09db23f2e7588a9e88c6d05611d3c411582.zip
cpython-989df09db23f2e7588a9e88c6d05611d3c411582.tar.gz
cpython-989df09db23f2e7588a9e88c6d05611d3c411582.tar.bz2
Issue #16764: Move NEWS entry to correct section and remove too strict test.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index efa0f76..2246f22 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,9 +24,6 @@ What's New in Python 3.6.0 alpha 4
Core and Builtins
-----------------
-- Issue #16764: Support keyword arguments to zlib.decompress(). Patch by
- Xiang Zhang.
-
- Issue #27704: Optimized creating bytes and bytearray from byte-like objects
and iterables. Speed up to 3 times for short objects. Original patch by
Naoki Inada.
@@ -71,6 +68,9 @@ Core and Builtins
Library
-------
+- Issue #16764: Support keyword arguments to zlib.decompress(). Patch by
+ Xiang Zhang.
+
- Issue #27736: Prevent segfault after interpreter re-initialization due
to ref count problem introduced in code for Issue #27038 in 3.6.0a3.
Patch by Xiang Zhang.