summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2014-03-12 08:10:51 (GMT)
committerÉric Araujo <merwok@netwok.org>2014-03-12 08:10:51 (GMT)
commita0fe1f74f928bec969dad25e8dc97b560748b182 (patch)
treecd4aebc7d8e5ed6d8e7671013cb464e3f6af608d /Misc
parent03a4da55cba54bd7237c686ae39cf175f723c785 (diff)
parentfc773a2d4ba3810b982e703bf8a240206369e5d1 (diff)
downloadcpython-a0fe1f74f928bec969dad25e8dc97b560748b182.zip
cpython-a0fe1f74f928bec969dad25e8dc97b560748b182.tar.gz
cpython-a0fe1f74f928bec969dad25e8dc97b560748b182.tar.bz2
Merge 3.3 (#4931)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d1d0401..e69874f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,9 @@ Library
- Issue #19157: Include the broadcast address in the usuable hosts for IPv6
in ipaddress.
+- Issue #4931: distutils should not produce unhelpful "error: None" messages
+ anymore. distutils.util.grok_environment_error is kept but doc-deprecated.
+
- Issue #20875: Prevent possible gzip "'read' is not defined" NameError.
Patch by Claudiu Popa.