Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

About the patch: """Break out of this dependency by assuming that the path to 
the encodings module is ASCII-only."""

The 'path' here is the entry inside the zip file (and does not include the 
location of the zip file itself), so the comment is right as long as the Python 
stdlib only contains ascii names.

But if the zip file contains the stdlib *and* some other custom modules with 
cp437 names, the whole operation will fail; it can be the case with py2exe 
applications.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10955>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to