summaryrefslogtreecommitdiffstats
path: root/Python/fileutils.c
diff options
context:
space:
mode:
authorPhilip Jenvey <pjenvey@underboss.org>2013-01-15 21:24:12 (GMT)
committerPhilip Jenvey <pjenvey@underboss.org>2013-01-15 21:24:12 (GMT)
commit215c49a509cfb71176e2c936d29a095fd7db0e8b (patch)
tree588c2b2cb078181fe6c3bb1f49aba41f99e7b37e /Python/fileutils.c
parentb51aa7b7eb8a2be1a5f51d7e15c5f7774db7a4b3 (diff)
downloadcpython-215c49a509cfb71176e2c936d29a095fd7db0e8b.zip
cpython-215c49a509cfb71176e2c936d29a095fd7db0e8b.tar.gz
cpython-215c49a509cfb71176e2c936d29a095fd7db0e8b.tar.bz2
thinko
Diffstat (limited to 'Python/fileutils.c')
-rw-r--r--Python/fileutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/fileutils.c b/Python/fileutils.c
index 9c0833e..3c04e49 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