]> granicus.if.org Git - python/commit
Fix 1698398: Zipfile.printdir() crashed because the format string expected a tuple...
authorRaymond Hettinger <python@rcn.com>
Mon, 14 Jan 2008 22:58:05 +0000 (22:58 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 14 Jan 2008 22:58:05 +0000 (22:58 +0000)
commit351e1a3e8805bca158d1f116a637e787e2b70f18
treecc46bfa7e030420a504a6bc55e98df7ab41e6882
parent5d8b379abcf9e200122c7c95fbf012a5c9ef8e32
Fix 1698398:  Zipfile.printdir() crashed because the format string expected a tuple object of length six instead of a time.struct_time object.
Lib/zipfile.py
Misc/NEWS