From: R. David Murray Date: Wed, 6 Jan 2010 20:13:39 +0000 (+0000) Subject: Move news item to correct section. X-Git-Tag: v2.6.5rc1~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25617745c89f56f91ce1363f1345579a8b618387;p=thirdparty%2FPython%2Fcpython.git Move news item to correct section. --- diff --git a/Misc/NEWS b/Misc/NEWS index af2c9dd19f8e..dbdf47a10721 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -48,6 +48,9 @@ Core and Builtins Library ------- +- Issue #6511: ZipFile now raises BadZipfile (instead of an IOError) when + opening an empty or very small file. + - Issue #7552: Removed line feed in the base64 Authorization header in the Distutils upload command to avoid an error when PyPI reads it. This occurs on long passwords. Initial patch by JP St. Pierre. @@ -318,9 +321,6 @@ Core and Builtins Library ------- -- Issue #6511: ZipFile now raises BadZipfile (instead of an IOError) when - opening an empty or very small file. - - Issue #1488943: difflib.Differ() doesn't always add hints for tab characters - Issue #5037: Proxy the __unicode__ special method instead to __unicode__