summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-05-19 22:18:58 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-05-19 22:18:58 (GMT)
commit4445ec81c17c672b5d245da7a1af0e0294debcc0 (patch)
tree76b535a06bee9683634b32452dc4f4faca400907 /Misc
parentf23f786c6172da874202b134ab1dedd99e0a261a (diff)
parent4925cde1cc20fe559b9c1429a99bf9b1c17f7048 (diff)
downloadcpython-4445ec81c17c672b5d245da7a1af0e0294debcc0.zip
cpython-4445ec81c17c672b5d245da7a1af0e0294debcc0.tar.gz
cpython-4445ec81c17c672b5d245da7a1af0e0294debcc0.tar.bz2
(Merge 3.1) Issue #12124: zipimport doesn't keep a reference to
zlib.decompress() anymore to be able to unload the module.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 30eda2b..d801082 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,10 +13,14 @@ Core and Builtins
Library
-------
+- Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
+ to be able to unload the module.
+
- Issue #12065: connect_ex() on an SSL socket now returns the original errno
when the socket's timeout expires (it used to return None).
+
What's New in Python 3.2.1 release candidate 1?
===============================================