WIP bpo-34589: Move locale coercion back to the CLI app by ncoghlan · Pull Request #9257 · python/cpython
ncoghlan
changed the title
WIP: bpo-34589: Move locale coercion back to the CLI app
bpo-34589: Move locale coercion back to the CLI app
ncoghlan
changed the title
bpo-34589: Move locale coercion back to the CLI app
WIP bpo-34589: Move locale coercion back to the CLI app
- PYTHONCOERCECLOCALE is handled the same way as LANG, LC_CTYPE and LC_ALL (i.e. independently of -E and -I) - locale coercion tests are once again running in isolated mode - be explicit that the env var key and value must be encoded as ASCII to have any effect - implement bpo-30672, such that the POSIX locale is always handled the same way as the C locale, even when it isn't a simple platform level alias for the latter
ncoghlan
changed the title
WIP bpo-34589: Move locale coercion back to the CLI app
bpo-34589: Move locale coercion back to the CLI app
ncoghlan
changed the title
bpo-34589: Move locale coercion back to the CLI app
WIP bpo-34589: Move locale coercion back to the CLI app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters