[Python-checkins] cpython (merge 3.2 -> 3.3): merge with 3.2

georg.brandl python-checkins at python.org
Sun May 12 12:47:25 CEST 2013


http://hg.python.org/cpython/rev/da9c443e67ba
changeset:   83740:da9c443e67ba
branch:      3.3
parent:      83730:011f88d6cd16
parent:      83736:854ba6f414a8
user:        Georg Brandl <georg at python.org>
date:        Sun May 12 11:51:26 2013 +0200
summary:
  merge with 3.2

files:
  Misc/NEWS |  9 +++++++++
  1 files changed, 9 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,12 @@
 Library
 -------
 
+- Issue #1159051: Back out a fix for handling corrupted gzip files that
+  broke backwards compatibility.
+
+- Issue #17915: Fix interoperability of xml.sax with file objects returned by
+  codecs.open().
+
 - Issue #16601: Restarting iteration over tarfile no more continues from where
   it left off.  Patch by Michael Birtwell.
 
@@ -217,6 +223,9 @@
 - Issue #17692: test_sqlite now works with unittest test discovery.
   Patch by Zachary Ware.
 
+- Issue #17843: Removed bz2 test data file that was triggering false-positive
+  virus warnings with certain antivirus software.
+
 Documentation
 -------------
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list