diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2011-12-06 11:56:38 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2011-12-06 11:56:38 (GMT) |
commit | ed1ac587df34dc30ddd49549d3286befb059dd31 (patch) | |
tree | 6bda0a239f420a78f725f4d6e1babaf00de12836 /Misc | |
parent | 9f5713546503628d4af0895eb76f1368160853be (diff) | |
download | cpython-ed1ac587df34dc30ddd49549d3286befb059dd31.zip cpython-ed1ac587df34dc30ddd49549d3286befb059dd31.tar.gz cpython-ed1ac587df34dc30ddd49549d3286befb059dd31.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
@@ -90,6 +90,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 #13487: Make inspect.getmodule robust against changes done to |