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 e0b649c commit 09a2a32Copy full SHA for 09a2a32
Lib/test/test_c_locale_coercion.py
@@ -55,11 +55,6 @@
55
# VxWorks defaults to using UTF-8 for all system interfaces
56
EXPECTED_C_LOCALE_STREAM_ENCODING = "utf-8"
57
EXPECTED_C_LOCALE_FS_ENCODING = "utf-8"
58
-if sys.platform.startswith("linux"):
59
- # Linux recognizes POSIX as a synonym for C. Python will always coerce
60
- # if the locale is set to POSIX, but not all platforms will use the
61
- # C locale encodings if POSIX is set, so we'll only test it on linux.
62
- EXPECTED_C_LOCALE_EQUIVALENTS.append("POSIX")
63
64
# Note that the above expectations are still wrong in some cases, such as:
65
# * Windows when PYTHONLEGACYWINDOWSFSENCODING is set
0 commit comments