[Python-checkins] r82907 - python/branches/import_unicode/Modules/zipimport.c

Nick Coghlan ncoghlan at gmail.com
Sun Jul 18 13:45:55 CEST 2010


On Thu, Jul 15, 2010 at 6:38 AM, victor.stinner
<python-checkins at python.org> wrote:
> Author: victor.stinner
> Date: Wed Jul 14 22:38:24 2010
> New Revision: 82907
>
> Log:
> zipimport_get_source() uses PyUnicode_DecodeFSDefault()

Victor,

All these changes to zipimport.c on the branch are making me nervous
regarding backwards compatibility with legacy PEP 302 importers.
Zipimport needs to work as well as it did in 3.1 if all the other
changes are made to support Unicode paths in the import system but
zipimport itself remains unpatched.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-checkins mailing list