]> granicus.if.org Git - python/commit
Blocked revisions 81194 via svnmerge
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 15 May 2010 16:28:22 +0000 (16:28 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 15 May 2010 16:28:22 +0000 (16:28 +0000)
commit30b038497bd3e2067e21e9ea2a7e02423999f9ae
tree53adaed8aab62a68c794628704bd5b66bf51c4ca
parent3c000635464cf9cdd7b32c56f4d5fc3acc4ba361
Blocked revisions 81194 via svnmerge

........
  r81194 | victor.stinner | 2010-05-15 18:27:27 +0200 (sam., 15 mai 2010) | 5 lines

  Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode
  object to Py_FileSystemDefaultEncoding with the "surrogateescape" error
  handler, return a bytes object. If Py_FileSystemDefaultEncoding is not set,
  fall back to UTF-8.
........