http://hg.python.org/cpython/rev/c044029ede9d changeset: 81535:c044029ede9d user: Philip Jenvey <pjenvey at underboss.org> date: Tue Jan 15 13:24:12 2013 -0800 summary: thinko files: Python/fileutils.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Python/fileutils.c b/Python/fileutils.c --- a/Python/fileutils.c +++ b/Python/fileutils.c @@ -60,7 +60,7 @@ 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 -- Repository URL: http://hg.python.org/cpython