Fix 1698398: Zipfile.printdir() crashed because the format string expected a tuple...
commit623fb6714f70a7d56a4a5b420098b0c4ac9d292c
authorraymond.hettinger <raymond.hettinger@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 14 Jan 2008 23:02:51 +0000 (14 23:02 +0000)
committerraymond.hettinger <raymond.hettinger@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 14 Jan 2008 23:02:51 +0000 (14 23:02 +0000)
tree81773c6fc669be75905773667f5c6613cfa1a97c
parent8098308a7c2f7478a634c07f659b670495992cac
Fix 1698398:  Zipfile.printdir() crashed because the format string expected a tuple object of length six instead of a time.struct_time object.

git-svn-id: http://svn.python.org/projects/python/branches/release25-maint@59960 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/zipfile.py
Misc/NEWS