PEP 686: gh-91156 is fixed (#2525)

This commit is contained in:
Inada Naoki 2022-04-14 23:43:54 +09:00 committed by GitHub
parent dab4e0bb9b
commit a6a7eb3e07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ When ``warn_default_encoding`` option is specified,
``locale.getpreferredencoding()`` will emit ``EncodingWarning`` like
``open()`` (see also :pep:`597`).
This API will be added in Python 3.11.
This API was added in Python 3.11.
Fixing ``encoding="locale"`` option
@ -89,7 +89,7 @@ This inconsistency should be fixed before making UTF-8 mode default.
``TextIOWrapper`` should use locale encoding when ``encoding="locale"`` is
passed even in UTF-8 mode.
This issue will be fixed in Python 3.11.
This issue was fixed in Python 3.11.
Backward Compatibility