]> granicus.if.org Git - python/commit
Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 20:15:36 +0000 (22:15 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 20:15:36 +0000 (22:15 +0200)
commit5100a405dc6abe7f28597248b3dea415c2089d4a
treebf09fa381f9e17025383925a95e0fddfaaba7a56
parente2d9e26a105c24367e9fa3dcfaeaa97d8261c5ef
Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if
the file is closed.
Lib/test/test_io.py
Misc/NEWS
Modules/_io/fileio.c