cpython/Misc/NEWS.d
Victor Stinner 144f1e2c6f
[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379)
* bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)

_PyCoreConfig:

* Rename coerce_c_locale to _coerce_c_locale
* Rename coerce_c_locale_warn to _coerce_c_locale_warn

These fields are now private (name prefixed by "_").

(cherry picked from commit 188ebfa475)

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

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).

test_embed: get_filesystem_encoding() doesn't have to set PYTHONUTF8
nor PYTHONCOERCECLOCALE, these variables are already set in the
parent.

(cherry picked from commit 7a0791b699)

* 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).

(cherry picked from commit dbdee0073c)
2018-09-17 18:01:39 -07:00
..
next [3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379) 2018-09-17 18:01:39 -07:00
3.5.0.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0a1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0a2.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0a3.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0a4.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0b1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0b2.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0b3.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0b4.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0rc2.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0rc3.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0rc4.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.1rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.2.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.2rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.3.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.3rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.4.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.4rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.5.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.5rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0a1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0a2.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0a3.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0a4.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0b1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0b2.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0b3.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0b4.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0rc2.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.1rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.2.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.2rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.2rc2.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.3.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.3rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.4.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.4rc1.rst bpo-30722: Fix NEWS entries (GH-8501) 2018-07-27 19:17:20 +03:00
3.6.5.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.5rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.6.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.6rc1.rst Fix NEWS entry for bpo-31647 2018-06-28 04:03:32 -04:00
3.7.0.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.7.0a1.rst Fix spaces added after hyphens in news entries. (GH-7579) (GH-7582) 2018-06-10 14:53:21 -04:00
3.7.0a2.rst Fix spaces added after hyphens in news entries. (GH-7579) (GH-7582) 2018-06-10 14:53:21 -04:00
3.7.0a3.rst bpo-30722: Fix NEWS entries (GH-8501) 2018-07-27 19:17:20 +03:00
3.7.0a4.rst bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392) 2018-01-28 14:09:40 -05:00
3.7.0b1.rst [3.7] Fix line breaks added after hyphens by blurb. (GH-7002) (GH-7050) 2018-05-22 14:53:08 +03:00
3.7.0b2.rst [3.7] Fix line breaks added after hyphens by blurb. (GH-7002) (GH-7050) 2018-05-22 14:53:08 +03:00
3.7.0b3.rst [3.7] Fix line breaks added after hyphens by blurb. (GH-7002) (GH-7050) 2018-05-22 14:53:08 +03:00
3.7.0b4.rst 3.7.0b4 2018-05-02 03:41:45 -04:00
3.7.0b5.rst Fix NEWS entry for bpo-31647 2018-06-28 04:03:32 -04:00
3.7.0rc1.rst 3.7.0rc1 2018-06-12 00:46:50 -04:00