]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
More efficient implementation of tell(); _read_chunk() doesn't have to
authorGuido van Rossum <guido@python.org>
Wed, 11 Apr 2007 14:19:59 +0000 (14:19 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 11 Apr 2007 14:19:59 +0000 (14:19 +0000)
commitcba608cadbf24f2f88f5db215a58fc9428a9aafd
treeb99f066084e02d12ba2a5419fa7b600205db382d
parent0dd32e246cd232012d07926ae312205decb74b61
More efficient implementation of tell(); _read_chunk() doesn't have to
call self.buffer.tell().
Lib/io.py
Lib/test/test_io.py