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 loewis
Recipients
Date 2007-06-10.16:48:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch is incorrect. It relies on the system encoding, and allows non-string things as file names. What it really should do is to encode in code page 437; bonus points if it falls back to the UTF-8 feature of zip files when that encoding fails.
History
Date User Action Args
2007-08-23 15:58:42adminlinkissue1734346 messages
2007-08-23 15:58:42admincreate