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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, ebfe, ggenellina, gladed, vstinner
Date 2009-01-13.08:40:47
SpamBayes Score 0.009508981
Marked as misclassified No
Message-id <1231836050.54.0.099422209009.issue4871@psf.upfronthosting.co.za>
In-reply-to
Content
in Lib/zipfile.py, the filename is already allowed to be unicode if the
"flag_bits" for the file entry contains 0x800. This indicates that the
encoding is utf-8.

We could do the same for the password. Attached is a tentative patch
along this idea (for py3k replace 'unicode' with 'str' of course)
History
Date User Action Args
2009-01-13 08:40:50amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, ggenellina, vstinner, ebfe, gladed
2009-01-13 08:40:50amaury.forgeotdarcsetmessageid: <1231836050.54.0.099422209009.issue4871@psf.upfronthosting.co.za>
2009-01-13 08:40:49amaury.forgeotdarclinkissue4871 messages
2009-01-13 08:40:49amaury.forgeotdarccreate