This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alanmcintyre
Recipients
Date 2007-04-12.03:22:41
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch for 2.5 is in reference to bug [ 1698398 ] - "wrong % of params for format string in ZipFile.printdir()."  It makes the following changes:

- Modify ZipFile.printdir() to treat the ZipInfo.date_time object in a way that is similar to other code in zipfile.py.

- Modified ZipFile.writestr() to pass a 6-item tuple to the ZipInfo constructor (consistent with other treatment of ZipInfo construction in the zipfile module) instead of the full result from time.localtime().
History
Date User Action Args
2007-08-23 15:57:58adminlinkissue1698915 messages
2007-08-23 15:57:58admincreate