]> granicus.if.org Git - python/commit
(Merge 3.2) Issue #12175: FileIO.readall() now raises a ValueError instead of
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 20:13:47 +0000 (22:13 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 20:13:47 +0000 (22:13 +0200)
commitaf62c7d3deb6e6db5a0ef1190b8dd889be013a41
tree38c6381c22599da784e201d96470088829cd8673
parentfd8211372dc61374dd0280385285b64f190df28b
parent4767114e77fc68cfcd630318ec58e632b00c2e04
(Merge 3.2) Issue #12175: FileIO.readall() now raises a ValueError instead of
an IOError if the file is closed.
Lib/test/test_io.py
Misc/NEWS