From 25617745c89f56f91ce1363f1345579a8b618387 Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Wed, 6 Jan 2010 20:13:39 +0000 Subject: [PATCH] Move news item to correct section. --- Misc/NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index af2c9dd19f..dbdf47a107 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__ -- 2.50.1