]> granicus.if.org Git - python/commit
Issue #12175: FileIO.readall() now only reads the file position and size once.
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 22:16:44 +0000 (00:16 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 22:16:44 +0000 (00:16 +0200)
commite9d44ccb2279a49a69277d38e956731675f1b556
tree1a3c3dd08c14d110ecf700165cfa1d1de8a7bd16
parent5eb555990a5f507d417d0b37d9e4a88a3c161800
Issue #12175: FileIO.readall() now only reads the file position and size once.
Misc/NEWS
Modules/_io/fileio.c