]> 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 23:02:51 +0000 (23:02 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 14 Jan 2008 23:02:51 +0000 (23:02 +0000)
commit665ddc9bb38d70ddb075654c8747c2ab5c302cf9
tree08fa1baa2ab816c5feabb29bade0179e834ab35d
parentb9c741c43cdd08a18120f23cfca81afeaead9820
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