Files
cpython/Python/import.c
Guido van Rossum c913c1d0a1 Issue #5604: non-ASCII characters in module name passed to
imp.find_module() were converted to UTF-8 while the path is
converted to the default filesystem encoding, causing nonsense.
Thanks Andrew Svetlov!
2009-03-30 21:43:25 +00:00

85 KiB