This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author QuantumTim
Recipients QuantumTim, yavuz164
Date 2008-12-11.15:52:52
SpamBayes Score 0.014829481
Marked as misclassified No
Message-id <4941374F.9060105@aleph17.co.uk>
In-reply-to <1229009477.19.0.97866751034.issue4633@psf.upfronthosting.co.za>
Content
See the documentation for file.next 
(http://docs.python.org/library/stdtypes.html#file.next).  As you can 
see, file.next uses a buffer which will mess with the result of other 
methods, such as file.tell.
History
Date User Action Args
2008-12-11 15:52:54QuantumTimsetrecipients: + QuantumTim, yavuz164
2008-12-11 15:52:53QuantumTimlinkissue4633 messages
2008-12-11 15:52:53QuantumTimcreate