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 jnalley
Recipients jgoerzen, jnalley
Date 2019-11-25.01:04:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574643879.72.0.376182666927.issue38861@roundup.psfhosted.org>
In-reply-to
Content
I think the Python implementation is adhering to the zip specification.

From the specification v6.3.6 (Revised: April 26, 2019):

If general purpose bit 11 is unset, the file name and comment SHOULD conform 
to the original ZIP character encoding.  If general purpose bit 11 is set, the 
filename and comment MUST support The Unicode Standard, Version 4.1.0 or 
greater using the character encoding form defined by the UTF-8 storage 
specification.

https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT
History
Date User Action Args
2019-11-25 01:04:39jnalleysetrecipients: + jnalley, jgoerzen
2019-11-25 01:04:39jnalleysetmessageid: <1574643879.72.0.376182666927.issue38861@roundup.psfhosted.org>
2019-11-25 01:04:39jnalleylinkissue38861 messages
2019-11-25 01:04:39jnalleycreate