]> granicus.if.org Git - python/commit
Issue #5604: non-ASCII characters in module name passed to
authorGuido van Rossum <guido@python.org>
Mon, 30 Mar 2009 22:01:35 +0000 (22:01 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 30 Mar 2009 22:01:35 +0000 (22:01 +0000)
commit0ad59d467d06c8c9dce81658f4f278783cb70b9f
treeca638bf1bcfbb669d1cbfaa899fe0831990b86c4
parenteaaec27b6ed3e01675af083fa9c6c1687c1b3847
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 to Andrew Svetlov.

(This time to the right branch.  Will block duplicate merge to 3.0.2.)
Lib/test/test_imp.py
Misc/ACKS
Misc/NEWS
Python/import.c