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 vstinner
Recipients Arfrever, amaury.forgeotdarc, eric.araujo, ezio.melotti, pitrou, vstinner
Date 2010-08-14.17:13:39
SpamBayes Score 1.2011446e-05
Marked as misclassified No
Message-id <1281806023.54.0.814011620165.issue9425@psf.upfronthosting.co.za>
In-reply-to
Content
zipimport_read_directory.patch: patch for read_directory() function of the zipimport module to support unencodable filenames. This patch requires #9599 (PySys_FormatStderr). The patch changes the encoding of the name: decode name byte string using the file system encoding (and the PEP 383 on POSIX) instead of the utf-8 in strict mode.
History
Date User Action Args
2010-08-14 17:13:44vstinnersetrecipients: + vstinner, amaury.forgeotdarc, pitrou, ezio.melotti, eric.araujo, Arfrever
2010-08-14 17:13:43vstinnersetmessageid: <1281806023.54.0.814011620165.issue9425@psf.upfronthosting.co.za>
2010-08-14 17:13:42vstinnerlinkissue9425 messages
2010-08-14 17:13:41vstinnercreate