diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2011-12-06 12:00:58 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2011-12-06 12:00:58 (GMT) |
commit | 45fb08218069ec5589c8595cc34d111846ce016d (patch) | |
tree | b3abcc83280048113e595e9b1158e7ef49775321 /Misc | |
parent | 04f6974d84e8054e0aafe5bceef8d5dca14a65d5 (diff) | |
parent | ed1ac587df34dc30ddd49549d3286befb059dd31 (diff) | |
download | cpython-45fb08218069ec5589c8595cc34d111846ce016d.zip cpython-45fb08218069ec5589c8595cc34d111846ce016d.tar.gz cpython-45fb08218069ec5589c8595cc34d111846ce016d.tar.bz2 |
Merge with 3.2: 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
@@ -406,6 +406,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 #6715: Add a module 'lzma' for compression using the LZMA algorithm. |