[Python-checkins] CVS: python/dist/src/Objects fileobject.c

Guido van Rossum guido@cnri.reston.va.us
Fri, 11 Dec 1998 15:44:57 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Objects
In directory eric:/projects/python/develop/guido/src/Objects

Modified Files:
	fileobject.c 
Log Message:
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().