]> granicus.if.org Git - python/commit
default - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 19 Oct 2011 17:52:41 +0000 (01:52 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 19 Oct 2011 17:52:41 +0000 (01:52 +0800)
commit7e3062b320a52f7b73751c432c33c1e46085de59
tree782efcd6163394bd6d8c324f2e40f72e1b196708
parent294c231aa5a9b52fca429209c6091d44c8060008
parent29fa9d4d68af7d22b88545fa8bc4ae186d256fd3
default - 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.
Lib/test/test_zipfile.py
Misc/NEWS