Browse Source
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)" (GH-9430)
* Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" This reverts commitpull/9251/mergedbdee0073c. * Revert "bpo-34589: C locale coercion off by default (GH-9073)" This reverts commit7a0791b699. * Revert "bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)" This reverts commit188ebfa475.
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 87 additions and 242 deletions
-
16Doc/using/cmdline.rst
-
7Doc/whatsnew/3.7.rst
-
29Include/coreconfig.h
-
4Include/pylifecycle.h
-
55Lib/test/test_c_locale_coercion.py
-
7Lib/test/test_cmd_line.py
-
8Lib/test/test_embed.py
-
8Lib/test/test_sys.py
-
3Lib/test/test_utf8_mode.py
-
3Misc/NEWS.d/next/C API/2018-09-18-00-09-31.bpo-34589.C7bUpq.rst
-
2Misc/NEWS.d/next/Core and Builtins/2018-09-18-01-41-33.bpo-34589.lLVTYc.rst
-
8Modules/_testcapimodule.c
-
37Modules/main.c
-
9Programs/_testembed.c
-
2Programs/python.c
-
129Python/coreconfig.c
-
2Python/pylifecycle.c
@ -1,3 +0,0 @@ |
|||
Py_Initialize() and Py_Main() cannot enable the C locale coercion (PEP 538) |
|||
anymore: it is always disabled. It can now only be enabled by the Python |
|||
program ("python3). |
|||
@ -1,2 +0,0 @@ |
|||
Add a new :option:`-X` ``coerce_c_locale`` command line option to control C |
|||
locale coercion (:pep:`538`). |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue