]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003)
authorInada Naoki <songofacandy@gmail.com>
Mon, 4 Apr 2022 02:46:57 +0000 (11:46 +0900)
committerGitHub <noreply@github.com>
Mon, 4 Apr 2022 02:46:57 +0000 (11:46 +0900)
commit4216dce04b7d3f329beaaafc82a77c4ac6cf4d57
treeb3ff3df025ddb3c383beb156fd150df62d40ac8e
parent6db2db91b96aaa1270c200ec931a2250fe2799c7
bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Doc/library/io.rst
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init.h
Lib/_pyio.py
Lib/test/test_io.py
Lib/test/test_utf8_mode.py
Misc/NEWS.d/next/Library/2022-03-20-13-00-08.bpo-47000.p8HpG0.rst [new file with mode: 0644]
Modules/_io/_iomodule.c
Modules/_io/clinic/_iomodule.c.h
Python/sysmodule.c