gh-90301: Doc: Add references to PEP 686 (#96816)

Doc: Add references to PEP 686.
This commit is contained in:
Inada Naoki 2022-10-05 07:04:44 +09:00 committed by GitHub
parent 9fbfa42ece
commit 87679a6e60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 7 deletions

View file

@ -159,6 +159,11 @@ can be read from :data:`sys.flags.utf8_mode <sys.flags>`.
See also the :ref:`UTF-8 mode on Windows <win-utf8-mode>`
and the :term:`filesystem encoding and error handler`.
.. seealso::
:pep:`686`
Python 3.15 will make :ref:`utf8-mode` default.
.. _os-procinfo: