diff options
author | Philip Jenvey <pjenvey@underboss.org> | 2013-01-15 13:24:12 -0800 |
---|---|---|
committer | Philip Jenvey <pjenvey@underboss.org> | 2013-01-15 13:24:12 -0800 |
commit | 2733e1a2064a96136de915ae8c8f13eb827df900 (patch) | |
tree | 95c8c99c61da68dec76728cb1aa7e590e7c095b8 /Python/fileutils.c | |
parent | f586693d6f4fcc95f1e97f1fe228b1f0ec2ffc9d (diff) | |
download | cpython-2733e1a2064a96136de915ae8c8f13eb827df900.tar.gz |
thinko
Diffstat (limited to 'Python/fileutils.c')
-rw-r--r-- | Python/fileutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/fileutils.c b/Python/fileutils.c index 9c0833e003..3c04e4969e 100644 --- a/Python/fileutils.c +++ b/Python/fileutils.c @@ -60,7 +60,7 @@ extern int _Py_normalize_encoding(const char *, char *, size_t); workaround is also enabled on error, for example if getting the locale failed. - Values of locale_is_ascii: + Values of force_ascii: 1: the workaround is used: _Py_wchar2char() uses encode_ascii_surrogateescape() and _Py_char2wchar() uses |