gh-91952: Make TextIOWrapper.reconfigure() supports "locale" encoding (GH-91982)

This commit is contained in:
Inada Naoki 2022-05-01 10:44:14 +09:00 committed by GitHub
parent b9636180b3
commit 0729b31a8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 2 deletions

View file

@ -1038,6 +1038,9 @@ Text I/O
.. versionadded:: 3.7
.. versionchanged:: 3.11
The method supports ``encoding="locale"`` option.
.. class:: StringIO(initial_value='', newline='\\n')