summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-05-19 22:16:09 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-05-19 22:16:09 (GMT)
commit4925cde1cc20fe559b9c1429a99bf9b1c17f7048 (patch)
treec12bdc58924c3771db0720d7ec5dff91d2664cfc /Misc/NEWS
parentae8856fe363c65c66f3ae61b57ea2af886c61e32 (diff)
downloadcpython-4925cde1cc20fe559b9c1429a99bf9b1c17f7048.zip
cpython-4925cde1cc20fe559b9c1429a99bf9b1c17f7048.tar.gz
cpython-4925cde1cc20fe559b9c1429a99bf9b1c17f7048.tar.bz2
Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
to be able to unload the module.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 40317f3..9ae7979 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,9 @@ Core and Builtins
Library
-------
+- Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
+ to be able to unload the module.
+
- Issue #10801: In zipfile, support different encodings for the header and
the filenames.