diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-19 22:16:09 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-19 22:16:09 (GMT) |
commit | 4925cde1cc20fe559b9c1429a99bf9b1c17f7048 (patch) | |
tree | c12bdc58924c3771db0720d7ec5dff91d2664cfc /Misc/NEWS | |
parent | ae8856fe363c65c66f3ae61b57ea2af886c61e32 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |