]> granicus.if.org Git - python/commit
Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 5 Jul 2011 09:28:19 +0000 (11:28 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 5 Jul 2011 09:28:19 +0000 (11:28 +0200)
commit59729ff609aeaf4ca6d8f5009ec5ec93c61187a1
tree9574e4d5d8e7670ffb76d1a274d2de243d4de7b9
parent4833c98f85c1ec06a7451f56e1bf3b1f9951da0b
Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and
os.write() clamp the length to INT_MAX on Windows.
Misc/NEWS
Modules/_io/fileio.c
Modules/posixmodule.c