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.14:55:08
SpamBayes Score 0.0023146335
Marked as misclassified No
Message-id <1281797709.59.0.840811157665.issue9425@psf.upfronthosting.co.za>
In-reply-to
Content
r84012 patchs zipimporter_init() to use the new PyUnicode_FSDecoder() and use Py_UNICODE* (unicode) strings instead of char* (byte) strings.
History
Date User Action Args
2010-08-14 14:55:09vstinnersetrecipients: + vstinner, amaury.forgeotdarc, pitrou, ezio.melotti, eric.araujo, Arfrever
2010-08-14 14:55:09vstinnersetmessageid: <1281797709.59.0.840811157665.issue9425@psf.upfronthosting.co.za>
2010-08-14 14:55:08vstinnerlinkissue9425 messages
2010-08-14 14:55:08vstinnercreate