We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701999a commit ee52157Copy full SHA for ee52157
pep-0686.rst
@@ -6,7 +6,7 @@ Status: Draft
6
Type: Standards Track
7
Content-Type: text/x-rst
8
Created: 18-Mar-2022
9
-Python-Version: 3.13
+Python-Version: 3.15
10
Post-History: `18-Mar-2022 <https://discuss.python.org/t/14435>`__,
11
`31-Mar-2022 <https://discuss.python.org/t/14737>`__
12
@@ -49,7 +49,7 @@ Specification
49
Enable UTF-8 mode by default
50
----------------------------
51
52
-Python will enable UTF-8 mode by default from Python 3.13.
+Python will enable UTF-8 mode by default from Python 3.15.
53
54
Users can still disable UTF-8 mode by setting ``PYTHONUTF8=0`` or
55
``-X utf8=0``.
0 commit comments