mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-91156: Fix encoding="locale"
in UTF-8 mode (GH-70056)
This commit is contained in:
parent
7b87e8af0c
commit
13b17e2a0a
11 changed files with 35 additions and 24 deletions
|
@ -251,7 +251,6 @@ Modules/_io/textio.c:PyId_close _Py_IDENTIFIER(
|
|||
Modules/_io/textio.c:PyId_decode _Py_IDENTIFIER(decode)
|
||||
Modules/_io/textio.c:PyId_fileno _Py_IDENTIFIER(fileno)
|
||||
Modules/_io/textio.c:PyId_flush _Py_IDENTIFIER(flush)
|
||||
Modules/_io/textio.c:PyId_getpreferredencoding _Py_IDENTIFIER(getpreferredencoding)
|
||||
Modules/_io/textio.c:PyId_isatty _Py_IDENTIFIER(isatty)
|
||||
Modules/_io/textio.c:PyId_mode _Py_IDENTIFIER(mode)
|
||||
Modules/_io/textio.c:PyId_name _Py_IDENTIFIER(name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue