Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 686: gh-91156 is fixed #2525

Merged
merged 1 commit into from
Apr 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pep-0686.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down