summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-05-12 09:51:26 (GMT)
committerGeorg Brandl <georg@python.org>2013-05-12 09:51:26 (GMT)
commita9417d7f0e570e3017c2c9917c65248595249221 (patch)
treeaee7aa8901cf4d23e73d03eaa0cecaae472a086d
parent831ae8454d6acc00c110e75f7a756cbfb071fe25 (diff)
parent93b061bc3e1c9285ec1ce6405b85d3a1e072833f (diff)
downloadcpython-a9417d7f0e570e3017c2c9917c65248595249221.zip
cpython-a9417d7f0e570e3017c2c9917c65248595249221.tar.gz
cpython-a9417d7f0e570e3017c2c9917c65248595249221.tar.bz2
merge with 3.2
-rw-r--r--Misc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a2da8e0..251651c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,12 @@ Core and Builtins
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 @@ Tests
- 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
-------------