diff options
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) |
commit | a0fe1f74f928bec969dad25e8dc97b560748b182 (patch) | |
tree | cd4aebc7d8e5ed6d8e7671013cb464e3f6af608d /Misc | |
parent | 03a4da55cba54bd7237c686ae39cf175f723c785 (diff) | |
parent | fc773a2d4ba3810b982e703bf8a240206369e5d1 (diff) | |
download | cpython-a0fe1f74f928bec969dad25e8dc97b560748b182.zip cpython-a0fe1f74f928bec969dad25e8dc97b560748b182.tar.gz cpython-a0fe1f74f928bec969dad25e8dc97b560748b182.tar.bz2 |
Merge 3.3 (#4931)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |