]> granicus.if.org Git - python/commit
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)
commit564565bd16b1a05662a3980aa3bab31bcd3f8edb
tree62d01d9062c2f7781903a246d83c8808b0ce6757
parentac4e54ad8fdf76a26f7ad160e8d3e1e9b4d163da
Blocked revisions 80661 via svnmerge

........
  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.
........