]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead of
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 20:11:55 +0000 (22:11 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 20:11:55 +0000 (22:11 +0200)
commit4767114e77fc68cfcd630318ec58e632b00c2e04
treed4f2a2fe52dbff21e2cc3585be2ae42b9eeb3bb6
parent5b3265906f4eeca96a782bb9a90ca532c1c6cb27
parentb79f28ccbd0cde0580a8d7198ac62e97e7cfb4c4
(Merge 3.1) 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