]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Blocked revisions 70762 via svnmerge
authorGuido van Rossum <guido@python.org>
Mon, 30 Mar 2009 22:04:49 +0000 (22:04 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 30 Mar 2009 22:04:49 +0000 (22:04 +0000)
commitec52b4c9bb0640cc09ef044e70dcbb5b3c3d49e7
treeae04e770fbd68f44730a0fbaa67641e1d696f14d
parentc913c1d0a185ed301ae01d1ee386513f40dda38f
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.)
........