commit | cada2938f70ab4162b3bd2905c34819fce87f416 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Dec 11 20:44:56 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Dec 11 20:44:56 1998 +0000 |
tree | 17abea16878692c3a9393d801d118a97781c3387 | |
parent | 68055ce6fe015ff07352401045e01e6e2d861f11 [diff] |
As noted by Per Cederqvist, new_buffersize() sometimes returns the buffer increment, and sometimes the new buffer size. Make it do what its name says, and fix the one place where this matters to the caller. Also add a comment explaining why we call lseek() and then ftell().