cpython/Modules/_io
Andrew Kuchling 764662020b #15840: make docs consistent by saying operations on closed files raise ValueError.
Patch by Caelyn McAulay.

Neither Caelyn nor I could find any cases in 2.7 or 3.4/5 where an
operation on a closed stream raised IOError; generally the C
implementations have a macro to check for the stream being closed, and
these macros all raised ValueError.  If we find any, a new bug should
be opened.
2014-04-15 21:11:36 -04:00
..
_iomodule.c Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown. 2013-12-21 15:51:54 +01:00
_iomodule.h Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown. 2013-12-21 15:51:54 +01:00
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 Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown. 2013-12-21 15:51:54 +01:00
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 Close #20404: blacklist non-text encodings in io.TextIOWrapper 2014-02-04 22:11:18 +10:00