]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #5604: non-ASCII characters in module name passed to
authorGuido van Rossum <guido@python.org>
Mon, 30 Mar 2009 21:43:25 +0000 (21:43 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 30 Mar 2009 21:43:25 +0000 (21:43 +0000)
commitc913c1d0a185ed301ae01d1ee386513f40dda38f
treeae04e770fbd68f44730a0fbaa67641e1d696f14d
parent1f2d56dfc251c8b421f056abc6beebbd99ec14f9
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!
Lib/test/test_imp.py
Misc/ACKS
Misc/NEWS
Python/import.c