]> granicus.if.org Git - python/commit
Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 19 Oct 2011 17:38:35 +0000 (01:38 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 19 Oct 2011 17:38:35 +0000 (01:38 +0800)
commitddd40312d502257adbcad4e9bdcecd237900f95a
treeba7d3605cf23decd35be7fc0e4e5682a3d36afca
parent59a06d412d3a130c770faa1fc8d8fe13b0a67d3c
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.
Doc/library/zipfile.rst
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS