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 jgoerzen
Recipients jgoerzen, jnalley
Date 2019-11-25.03:01:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I can tell you that the zip(1) on Unix systems has never done re-encoding to cp437; on a system that uses latin-1 (or any other latin-* for that matter) the filenames in the ZIP will be encoded in latin-1.  Furthermore, this doesn't explain the corruption that extractall() causes.
History
Date User Action Args
2019-11-25 03:01:14jgoerzensetrecipients: + jgoerzen, jnalley
2019-11-25 03:01:14jgoerzensetmessageid: <[email protected]>
2019-11-25 03:01:14jgoerzenlinkissue38861 messages
2019-11-25 03:01:14jgoerzencreate