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 vstinner
Recipients vstinner
Date 2011-01-21.12:03:06
SpamBayes Score 0.0005650726
Marked as misclassified No
Message-id <1295611388.3.0.711513532641.issue10972@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, this patch fixes also a bug: ZipFile._RealGetContents() doesn't keep the unicode flag, so open a ZIP file and then write it somewhere else may change the unicode flag if unicode flag was set but the filename is also encodable to UTF-8 (eg. ASCII filename).
History
Date User Action Args
2011-01-21 12:03:08vstinnersetrecipients: + vstinner
2011-01-21 12:03:08vstinnersetmessageid: <1295611388.3.0.711513532641.issue10972@psf.upfronthosting.co.za>
2011-01-21 12:03:06vstinnerlinkissue10972 messages
2011-01-21 12:03:06vstinnercreate