]> granicus.if.org Git - python/commit
SF Patch #494863, file.xreadlines() should raise ValueError if file is closed
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 1 Jan 2002 19:07:13 +0000 (19:07 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 1 Jan 2002 19:07:13 +0000 (19:07 +0000)
commit649b75954a1880e8a6dc15066a3041bfabac959a
tree33eb8a29a81dfa31e48ba8966df71cee1de8345f
parenta6e975801e37bef27deb3207f6fc8f0c59affb46
SF Patch #494863, file.xreadlines() should raise ValueError if file is closed

This makes xreadlines behave like all other file methods
(other than close() which just returns).
Misc/NEWS
Objects/fileobject.c