commit | ed1ac587df34dc30ddd49549d3286befb059dd31 | [log] [tgz] |
---|---|---|
author | Lars Gustäbel <lars@gustaebel.de> | Tue Dec 06 12:56:38 2011 +0100 |
committer | Lars Gustäbel <lars@gustaebel.de> | Tue Dec 06 12:56:38 2011 +0100 |
tree | 6bda0a239f420a78f725f4d6e1babaf00de12836 | |
parent | 9f5713546503628d4af0895eb76f1368160853be [diff] [blame] |
Correctly detect bzip2 compressed streams with blocksizes other than 900k.
diff --git a/Misc/NEWS b/Misc/NEWS index e65e805..8640d70 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -90,6 +90,9 @@ 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