From: Guido van Rossum Date: Mon, 30 Mar 2009 22:04:49 +0000 (+0000) Subject: Blocked revisions 70762 via svnmerge X-Git-Tag: 3.0~283 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec52b4c9bb0640cc09ef044e70dcbb5b3c3d49e7;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 70762 via svnmerge ........ r70762 | guido.van.rossum | 2009-03-30 17:01:35 -0500 (Mon, 30 Mar 2009) | 8 lines 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.) ........ ---