]> granicus.if.org Git - python/commit
bpo-34589: Add -X coerce_c_locale command line option (GH-9378)
authorVictor Stinner <vstinner@redhat.com>
Tue, 18 Sep 2018 00:19:26 +0000 (17:19 -0700)
committerGitHub <noreply@github.com>
Tue, 18 Sep 2018 00:19:26 +0000 (17:19 -0700)
commitdbdee0073cf0b88fe541980ace1f650900f455cc
tree68551d58bdbdf451a11dbb462ff65d0c3fac1368
parent7a0791b6992d420dc52536257f2f093851ed7215
bpo-34589: Add -X coerce_c_locale command line option (GH-9378)

Add a new -X coerce_c_locale command line option to control C locale
coercion (PEP 538).
Doc/using/cmdline.rst
Doc/whatsnew/3.7.rst
Lib/test/test_c_locale_coercion.py
Lib/test/test_cmd_line.py
Lib/test/test_sys.py
Lib/test/test_utf8_mode.py
Misc/NEWS.d/next/Core and Builtins/2018-09-18-01-41-33.bpo-34589.lLVTYc.rst [new file with mode: 0644]
Python/coreconfig.c