summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-05-06 12:11:20 (GMT)
committerGitHub <noreply@github.com>2017-05-06 12:11:20 (GMT)
commitc8faabce6ef318f3b425c6defd846e274d61e2ef (patch)
treee520d26655b65c660b2f6eacbac97d69f65c75ed /Misc/NEWS
parent0c9aa6ffd318c04ce23997b4704477d4a4d82829 (diff)
downloadcpython-c8faabce6ef318f3b425c6defd846e274d61e2ef.zip
cpython-c8faabce6ef318f3b425c6defd846e274d61e2ef.tar.gz
cpython-c8faabce6ef318f3b425c6defd846e274d61e2ef.tar.bz2
[3.5] Revert bpo-26293 for zipfile breakage. See also bpo-29094. (GH-1484). (#1486)
(cherry picked from commit 3763ea865cee5bbabcce11cd577811135e0fc747)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8ea2fd3..1ec6a09 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,8 @@ Extension Modules
Library
-------
+- Revert bpo-26293 for zipfile breakage. See also bpo-29094.
+
- bpo-30243: Removed the __init__ methods of _json's scanner and encoder.
Misusing them could cause memory leaks or crashes. Now scanner and encoder
objects are completely initialized in the __new__ methods.