[issue12175] FileIO.readall() read the file position and size at each read

STINNER Victor report at bugs.python.org
Wed May 25 16:09:26 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Oh, FileIO.readall() doesn't raise a ValueError if the file is closed => patch attached to fix this.

----------
Added file: http://bugs.python.org/file22107/fileio_readall_closed.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12175>
_______________________________________


More information about the Python-bugs-list mailing list