mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-91952: Make TextIOWrapper.reconfigure() supports "locale" encoding (GH-91982)
This commit is contained in:
parent
b9636180b3
commit
0729b31a8b
4 changed files with 16 additions and 2 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue