Files
cpython/Modules
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
..
2014-03-16 11:30:54 -05:00
2014-03-15 11:49:49 -05:00
2014-02-04 10:12:18 -05:00
2014-01-13 23:56:30 -05:00
2014-04-14 11:48:21 -04:00
2013-05-08 10:56:32 +03:00
2013-08-01 22:13:30 -07:00
2013-10-26 13:22:08 -04:00
2014-02-04 09:33:05 +01:00
2014-02-16 14:17:28 -05:00