commit | 873c583244193f15b57293bce579c8410e747e20 | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Thu Jun 09 16:01:09 2011 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Thu Jun 09 16:01:09 2011 -0400 |
tree | 7b549c06b75c6ec2943c56bb0a270d4baa0ec183 | |
parent | 5446f08c608d8e0041c8bb27b74be713db050177 [diff] [blame] |
#10694: zipfile now ignores garbage at the end of a zipfile. Original fix by 'rep', final patch (with tests) by Xuanji Li.
diff --git a/Misc/NEWS b/Misc/NEWS index 3419894..4f4951c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -16,6 +16,8 @@ Library ------- +- Issue #10694: zipfile now ignores garbage at the end of a zipfile. + - Issue #11583: Speed up os.path.isdir on Windows by using GetFileAttributes instead of os.stat.