commit | 30b038497bd3e2067e21e9ea2a7e02423999f9ae | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sat May 15 16:28:22 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sat May 15 16:28:22 2010 +0000 |
tree | 53adaed8aab62a68c794628704bd5b66bf51c4ca | |
parent | 3c000635464cf9cdd7b32c56f4d5fc3acc4ba361 [diff] |
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. ........