]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by...
authorVictor Stinner <vstinner@redhat.com>
Wed, 19 Sep 2018 19:01:52 +0000 (12:01 -0700)
committerGitHub <noreply@github.com>
Wed, 19 Sep 2018 19:01:52 +0000 (12:01 -0700)
commit95cc3ee00cfa079751ae2bb9a8d3387053b50489
tree9100630fcae5cd45caaf00aeff5e5f823646e162
parent73c0006e71683b7d5b28192f18a2b9796e4195ef
Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379)" (GH-9416)

This reverts commit 144f1e2c6f4a24bd288c045986842c65cc289684.
15 files changed:
Doc/using/cmdline.rst
Doc/whatsnew/3.7.rst
Include/pylifecycle.h
Include/pystate.h
Lib/test/test_c_locale_coercion.py
Lib/test/test_cmd_line.py
Lib/test/test_embed.py
Lib/test/test_sys.py
Lib/test/test_utf8_mode.py
Misc/NEWS.d/next/C API/2018-09-18-00-09-31.bpo-34589.C7bUpq.rst [deleted file]
Misc/NEWS.d/next/Core and Builtins/2018-09-18-01-41-33.bpo-34589.lLVTYc.rst [deleted file]
Modules/main.c
Programs/_testembed.c
Programs/python.c
Python/pylifecycle.c