cpython/Modules/_io
Antoine Pitrou 38ca5a7b6d Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream.
Patch by akira.
2014-05-09 00:31:32 +02:00
..
_iomodule.c
_iomodule.h
bufferedio.c Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. 2014-02-12 10:55:07 +02:00
bytesio.c
fileio.c
iobase.c #15840: make docs consistent by saying operations on closed files raise ValueError. 2014-04-15 21:11:36 -04:00
stringio.c
textio.c Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. 2014-05-09 00:31:32 +02:00