]> granicus.if.org Git - python/commit
As noted by Per Cederqvist, new_buffersize() sometimes returns the
authorGuido van Rossum <guido@python.org>
Fri, 11 Dec 1998 20:44:56 +0000 (20:44 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 11 Dec 1998 20:44:56 +0000 (20:44 +0000)
commitcada2938f70ab4162b3bd2905c34819fce87f416
tree17abea16878692c3a9393d801d118a97781c3387
parent68055ce6fe015ff07352401045e01e6e2d861f11
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().
Objects/fileobject.c