]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)
authorInada Naoki <songofacandy@gmail.com>
Thu, 14 Apr 2022 07:00:35 +0000 (16:00 +0900)
committerGitHub <noreply@github.com>
Thu, 14 Apr 2022 07:00:35 +0000 (16:00 +0900)
commit13b17e2a0a56d506d62a0bf2774e3deb4cbaeb72
tree506c197765d1aa1f14cfe51134db7088288fd83c
parent7b87e8af0cb8df0d76e8ab18a9b12affb4526103
gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)
Doc/library/io.rst
Doc/using/windows.rst
Lib/_pyio.py
Lib/locale.py
Lib/test/test_io.py
Misc/NEWS.d/next/Library/2022-04-10-17-50-18.bpo-47000.JlQkFx.rst [new file with mode: 0644]
Modules/_io/_iomodule.c
Modules/_io/clinic/_iomodule.c.h
Modules/_io/clinic/textio.c.h
Modules/_io/textio.c
Tools/c-analyzer/TODO