]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed read() and readline() to do arbitrarily long reads.
authorGuido van Rossum <guido@python.org>
Wed, 6 Mar 1991 13:06:18 +0000 (13:06 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 6 Mar 1991 13:06:18 +0000 (13:06 +0000)
commitce5ba841d996449810bcff72dc167e20a73481fe
tree5b009862e96fd511329047589c4e092bbe235a1b
parent7ff04b39db398ef26ae0aef15112bb7bb3c51a52
Fixed read() and readline() to do arbitrarily long reads.
And readline() now reads null bytes correctly.
Added tell(), seek() and flush().
Objects/fileobject.c