]> granicus.if.org Git - python/commit
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430)
authorVictor Stinner <vstinner@redhat.com>
Wed, 19 Sep 2018 21:56:36 +0000 (14:56 -0700)
committerGitHub <noreply@github.com>
Wed, 19 Sep 2018 21:56:36 +0000 (14:56 -0700)
commit06e7608207daab9fb82d13ccf2d3664535442f11
tree690da78834ebfbe2f3f0316972bfcbde97a67a8f
parent76531e2e82319a487d659bc469441bd4b8251608
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430)

* Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)"

This reverts commit dbdee0073cf0b88fe541980ace1f650900f455cc.

* Revert "bpo-34589: C locale coercion off by default (GH-9073)"

This reverts commit 7a0791b6992d420dc52536257f2f093851ed7215.

* Revert "bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)"

This reverts commit 188ebfa475a6f6aa2d0ea14ca8e1fbe7865b6d27.
17 files changed:
Doc/using/cmdline.rst
Doc/whatsnew/3.7.rst
Include/coreconfig.h
Include/pylifecycle.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/_testcapimodule.c
Modules/main.c
Programs/_testembed.c
Programs/python.c
Python/coreconfig.c
Python/pylifecycle.c