Staging
v0.5.1
https://github.com/python/cpython
Revision 764662020ba496164bf8dcb96d93c519f0968405 authored by Andrew Kuchling on 16 April 2014, 01:11:36 UTC, committed by Andrew Kuchling on 16 April 2014, 01:11:36 UTC
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.
1 parent fc1020d
History
Tip revision: 764662020ba496164bf8dcb96d93c519f0968405 authored by Andrew Kuchling on 16 April 2014, 01:11:36 UTC
#15840: make docs consistent by saying operations on closed files raise ValueError.
Tip revision: 7646620
File Mode Size
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 584 bytes
.gitignore -rw-r--r-- 960 bytes
.hgeol -rw-r--r-- 800 bytes
.hgignore -rw-r--r-- 1.2 KB
.hgtags -rw-r--r-- 6.5 KB
.hgtouch -rw-r--r-- 1.2 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 53.0 KB
README -rw-r--r-- 6.6 KB
config.guess -rwxr-xr-x 44.2 KB
config.sub -rwxr-xr-x 34.7 KB
configure -rwxr-xr-x 437.2 KB
configure.ac -rw-r--r-- 137.7 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 40.1 KB
setup.py -rw-r--r-- 94.3 KB

README

back to top