From ec52b4c9bb0640cc09ef044e70dcbb5b3c3d49e7 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 30 Mar 2009 22:04:49 +0000 Subject: [PATCH] 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.) ........ -- 2.47.3