diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-10-19 17:38:35 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-10-19 17:38:35 (GMT) |
commit | ddd40312d502257adbcad4e9bdcecd237900f95a (patch) | |
tree | ba7d3605cf23decd35be7fc0e4e5682a3d36afca /Misc/NEWS | |
parent | 59a06d412d3a130c770faa1fc8d8fe13b0a67d3c (diff) | |
download | cpython-ddd40312d502257adbcad4e9bdcecd237900f95a.zip cpython-ddd40312d502257adbcad4e9bdcecd237900f95a.tar.gz cpython-ddd40312d502257adbcad4e9bdcecd237900f95a.tar.bz2 |
Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated
exceptions, when a document with timestamp earlier than 1980 is provided to
zipfile. Patch contributed by Petri Lehtinen.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -63,6 +63,9 @@ Core and Builtins Library ------- +- Issue #6090: zipfile raises a ValueError when a document with a timestamp + earlier than 1980 is provided. Patch contributed by Petri Lehtinen. + - Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. |