summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2018-09-18 00:19:26 (GMT)
committerGitHub <noreply@github.com>2018-09-18 00:19:26 (GMT)
commitdbdee0073cf0b88fe541980ace1f650900f455cc (patch)
tree68551d58bdbdf451a11dbb462ff65d0c3fac1368 /Misc/NEWS.d
parent7a0791b6992d420dc52536257f2f093851ed7215 (diff)
downloadcpython-dbdee0073cf0b88fe541980ace1f650900f455cc.zip
cpython-dbdee0073cf0b88fe541980ace1f650900f455cc.tar.gz
cpython-dbdee0073cf0b88fe541980ace1f650900f455cc.tar.bz2
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).
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2018-09-18-01-41-33.bpo-34589.lLVTYc.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-09-18-01-41-33.bpo-34589.lLVTYc.rst b/Misc/NEWS.d/next/Core and Builtins/2018-09-18-01-41-33.bpo-34589.lLVTYc.rst
new file mode 100644
index 0000000..618092d
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2018-09-18-01-41-33.bpo-34589.lLVTYc.rst
@@ -0,0 +1,2 @@
+Add a new :option:`-X` ``coerce_c_locale`` command line option to control C
+locale coercion (:pep:`538`).