mirror of
https://github.com/python/cpython.git
synced 2025-12-22 08:29:12 +00:00
GH-133711: Enable UTF-8 mode by default (PEP 686) (#133712)
Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
f320c951c3
commit
c89a66feb1
14 changed files with 93 additions and 85 deletions
|
|
@ -975,9 +975,7 @@ PyPreConfig
|
|||
Set to ``0`` or ``1`` by the :option:`-X utf8 <-X>` command line option
|
||||
and the :envvar:`PYTHONUTF8` environment variable.
|
||||
|
||||
Also set to ``1`` if the ``LC_CTYPE`` locale is ``C`` or ``POSIX``.
|
||||
|
||||
Default: ``-1`` in Python config and ``0`` in isolated config.
|
||||
Default: ``1``.
|
||||
|
||||
|
||||
.. _c-preinit:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue