]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:09:03 +0000 (22:09 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 20:09:03 +0000 (22:09 +0200)
commitb79f28ccbd0cde0580a8d7198ac62e97e7cfb4c4
tree6c7794a81d2e4fa12dcf612c539da1cddf556ac7
parent46f8264b8e976ca0a39485c8405acddc8aa8af7a
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