diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-10-15 12:04:23 +0000 |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-10-15 12:04:23 +0000 |
commit | a47a00d4de1dba7e27eb086e9843d0e1592663ef (patch) | |
tree | 37168e66ffd361e7028543812b26de7e7da46017 /Python/errors.c | |
parent | 9add3cda9de8882b78ac036ab30a3ed068ec1a73 (diff) | |
download | cpython-a47a00d4de1dba7e27eb086e9843d0e1592663ef.tar.gz |
Use locale encoding if Py_FileSystemDefaultEncoding is not set
* PyUnicode_EncodeFSDefault(), PyUnicode_DecodeFSDefaultAndSize() and
PyUnicode_DecodeFSDefault() use the locale encoding instead of UTF-8 if
Py_FileSystemDefaultEncoding is NULL
* redecode_filenames() functions and _Py_code_object_list (issue #9630)
are no more needed: remove them
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions