diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2011-12-06 12:07:09 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2011-12-06 12:07:09 (GMT) |
commit | 9a38863d8ce5444be29d2e20341b28147b94f33a (patch) | |
tree | bc8d512e0e17b5b3488a20ccd3bc781e622285aa /Misc | |
parent | 22da68b1b034beac7867058f37a2fc9924f247f3 (diff) | |
download | cpython-9a38863d8ce5444be29d2e20341b28147b94f33a.zip cpython-9a38863d8ce5444be29d2e20341b28147b94f33a.tar.gz cpython-9a38863d8ce5444be29d2e20341b28147b94f33a.tar.bz2 |
Correctly detect bzip2 compressed streams with blocksizes other than 900k.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -79,6 +79,9 @@ Core and Builtins Library ------- +- tarfile.py: Correctly detect bzip2 compressed streams with blocksizes + other than 900k. + - Issue #13439: Fix many errors in turtle docstrings. - Issue #12856: Ensure child processes do not inherit the parent's random |