0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Modules/_io
Inada Naoki 4216dce04b
bpo-47000: Make io.text_encoding() respects UTF-8 mode (GH-32003)
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
2022-04-04 11:46:57 +09:00
..
clinic bpo-47000: Make io.text_encoding() respects UTF-8 mode (GH-32003) 2022-04-04 11:46:57 +09:00
_iomodule.c bpo-47000: Make io.text_encoding() respects UTF-8 mode (GH-32003) 2022-04-04 11:46:57 +09:00
_iomodule.h
bufferedio.c
bytesio.c
fileio.c
iobase.c
stringio.c
textio.c
winconsoleio.c