diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-14 18:07:39 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-14 18:07:39 (GMT) |
commit | 203406c3681cd0bfe53f44f2d731d05d8d71cd57 (patch) | |
tree | 0f6210e54ac905ada3b955f2f3e8d046de115108 /Lib/test | |
parent | 26a968d8feceb1a331b800d3e0c0e28a164b9971 (diff) | |
download | cpython-203406c3681cd0bfe53f44f2d731d05d8d71cd57.zip cpython-203406c3681cd0bfe53f44f2d731d05d8d71cd57.tar.gz cpython-203406c3681cd0bfe53f44f2d731d05d8d71cd57.tar.bz2 |
Revert r81171 (posix_listdir(), posix_readlink(): avoid temporary PyBytes object)
PyUnicode_DecodeFSDefault*() doesn't use surrogateescape error handler, and so
PyUnicode_FromEncodedObject(v, Py_FileSystemDefaultEncoding, "surrogateescape")
cannot be replaced by PyUnicode_DecodeFSDefault().
It's a bad idea to try to fix surrogates things in Python 3.1...
Diffstat (limited to 'Lib/test')
0 files changed, 0 insertions, 0 deletions