cpython/Modules/_io
Benjamin Peterson 255058fae3 don't accept bytes in FileIO.write #7785 2010-01-27 01:47:14 +00:00
..
_iomodule.c
_iomodule.h
bufferedio.c
bytesio.c Issue 5449: Fix io.BytesIO to not accept arbitrary keywords 2009-08-04 23:19:13 +00:00
fileio.c don't accept bytes in FileIO.write #7785 2010-01-27 01:47:14 +00:00
iobase.c
stringio.c
textio.c