Kaydet (Commit) a9417d7f authored tarafından Georg Brandl's avatar Georg Brandl

merge with 3.2

...@@ -49,6 +49,12 @@ Core and Builtins ...@@ -49,6 +49,12 @@ Core and Builtins
Library 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 - Issue #16601: Restarting iteration over tarfile no more continues from where
it left off. Patch by Michael Birtwell. it left off. Patch by Michael Birtwell.
...@@ -217,6 +223,9 @@ Tests ...@@ -217,6 +223,9 @@ Tests
- Issue #17692: test_sqlite now works with unittest test discovery. - Issue #17692: test_sqlite now works with unittest test discovery.
Patch by Zachary Ware. Patch by Zachary Ware.
- Issue #17843: Removed bz2 test data file that was triggering false-positive
virus warnings with certain antivirus software.
Documentation Documentation
------------- -------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment