[issue4352] imp.find_module() fails with a UnicodeDecodeError when called with non-ASCII search paths

Amaury Forgeot d'Arc report at bugs.python.org
Wed Nov 19 14:52:17 CET 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Indeed. It happens when the filesystem encoding is not utf-8.

I have several changes in my local workspace about this, which also deal
with zipimport and other places that import modules.
I suggest to let 3.0 go out and correct all this for 3.1.

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

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4352>
_______________________________________


More information about the Python-bugs-list mailing list