diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-03-15 20:11:27 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-03-15 20:11:27 (GMT) |
commit | f134dceeae096db3e6f343954aca1cf0e0cc7922 (patch) | |
tree | cfcca1d2395691c033ab3dbe4faefb95c77c96ce /Misc | |
parent | 709ac7b0a21690d804ac454e106015026e1eaffc (diff) | |
parent | e870623e965ca017d32228486662b285d7b81ed0 (diff) | |
download | cpython-f134dceeae096db3e6f343954aca1cf0e0cc7922.zip cpython-f134dceeae096db3e6f343954aca1cf0e0cc7922.tar.gz cpython-f134dceeae096db3e6f343954aca1cf0e0cc7922.tar.bz2 |
Merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -38,10 +38,14 @@ Core and Builtins Library ------- +- Issue #11501: disutils.archive_utils.make_zipfile no longer fails if zlib is + not installed. Instead, the zipfile.ZIP_STORED compression is used to create + the ZipFile. Patch by Natalia B. Bidart. + - Issue #11554: Fixed support for Japanese codecs; previously the body output encoding was not done if euc-jp or shift-jis was specified as the charset. -- Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified +- Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list. - Issue #11491: dbm.error is no longer raised when dbm.open is called with |