]> granicus.if.org Git - python/commitdiff
Blocked revisions 80661 via svnmerge
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 30 Apr 2010 16:38:35 +0000 (16:38 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 30 Apr 2010 16:38:35 +0000 (16:38 +0000)
........
  r80661 | victor.stinner | 2010-04-30 18:37:52 +0200 (ven., 30 avril 2010) | 6 lines

  PyUnicode_DecodeFSDefaultAndSize() uses surrogateescape error handler

  This function is only used to decode Python module filenames, but Python
  doesn't support surrogates in modules filenames yet. So nobody noticed this
  minor bug.
........


No differences found