]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
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)
........
  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.)
........


No differences found