]> granicus.if.org Git - python/commit
3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 19 Oct 2011 17:46:00 +0000 (01:46 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 19 Oct 2011 17:46:00 +0000 (01:46 +0800)
commit29fa9d4d68af7d22b88545fa8bc4ae186d256fd3
tree1f884092ef016b20bffeec3566e0323d82ddf221
parent1ef0c0349e8fdb5415e21231cb42edbf232b742a
3.2 - 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