commit | 4925cde1cc20fe559b9c1429a99bf9b1c17f7048 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri May 20 00:16:09 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri May 20 00:16:09 2011 +0200 |
tree | c12bdc58924c3771db0720d7ec5dff91d2664cfc | |
parent | ae8856fe363c65c66f3ae61b57ea2af886c61e32 [diff] [blame] |
Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore to be able to unload the module.
diff --git a/Misc/NEWS b/Misc/NEWS index 40317f3..9ae7979 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -72,6 +72,9 @@ 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.