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 serhiy.storchaka
Recipients docs@python, july, matrixise, r.david.murray, serhiy.storchaka
Date 2015-05-02.04:30:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430541028.26.0.88236344501.issue24110@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, the note is outdated and incorrect. First, general unicode filename are allowed. They are encoded with UTF-8 internally. Second, currently there is no way to create an entry without encoding the filename to UTF-8 (if it is not ASCII-only). So you can't create ZIP file with arbitrary encoding (e.g. cp866) for old DOS/Windows unzippers.

Adding support of bytes filenames is different issue (issue10757).
History
Date User Action Args
2015-05-02 04:30:28serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, july, docs@python, matrixise
2015-05-02 04:30:28serhiy.storchakasetmessageid: <1430541028.26.0.88236344501.issue24110@psf.upfronthosting.co.za>
2015-05-02 04:30:28serhiy.storchakalinkissue24110 messages
2015-05-02 04:30:27serhiy.storchakacreate