Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 831ae84 + 93b061b commit a9417d7Copy full SHA for a9417d7
1 file changed
Misc/NEWS
@@ -49,6 +49,12 @@ Core and Builtins
49
Library
50
-------
51
52
+- Issue #1159051: Back out a fix for handling corrupted gzip files that
53
+ broke backwards compatibility.
54
+
55
+- Issue #17915: Fix interoperability of xml.sax with file objects returned by
56
+ codecs.open().
57
58
- Issue #16601: Restarting iteration over tarfile no more continues from where
59
it left off. Patch by Michael Birtwell.
60
@@ -217,6 +223,9 @@ Tests
217
223
- Issue #17692: test_sqlite now works with unittest test discovery.
218
224
Patch by Zachary Ware.
219
225
226
+- Issue #17843: Removed bz2 test data file that was triggering false-positive
227
+ virus warnings with certain antivirus software.
228
220
229
Documentation
221
230
-------------
222
231
0 commit comments