cpython/Modules/_io
Antoine Pitrou 328ec7455f Issue #9854: The default read() implementation in io.RawIOBase now
handles non-blocking readinto() returning None correctly.
2010-09-14 18:37:24 +00:00
..
_iomodule.c
_iomodule.h
bufferedio.c
bytesio.c
fileio.c
iobase.c
stringio.c
textio.c