
guido at cnri
Dec 11, 1998, 1:44 PM
Post #1 of 1
(15 views)
Permalink
|
|
CVS: python/dist/src/Objects fileobject.c
|
|
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().
|