We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5c8c5 commit 55561b5Copy full SHA for 55561b5
1 file changed
Lib/test/test_c_locale_coercion.py
@@ -47,9 +47,8 @@
47
# FS encoding is UTF-8 on macOS
48
EXPECTED_C_LOCALE_FS_ENCODING = "utf-8"
49
elif sys.platform == "cygwin":
50
- # Cygwin defaults to using C.UTF-8
51
- # TODO: Work out a robust dynamic test for this that doesn't rely on
52
- # CPython's own locale handling machinery
+ DEFAULT_LOCALE_IS_C = False
+ DEFAULT_ENCODING = "utf-8"
53
EXPECT_COERCION_IN_DEFAULT_LOCALE = False
54
elif sys.platform == "vxworks":
55
# VxWorks defaults to using UTF-8 for all system interfaces
0 commit comments