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 wolma
Recipients docs@python, eric.araujo, maatt, methane, wolma
Date 2014-04-15.07:43:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397547814.4.0.674633278349.issue21146@psf.upfronthosting.co.za>
In-reply-to
Content
well, buffering is not the issue here. It's that the file iterator used in the current example is line-based, so whatever the buffer size you're doing unnecessary inspection to find and split on line terminators.
History
Date User Action Args
2014-04-15 07:43:34wolmasetrecipients: + wolma, eric.araujo, methane, docs@python, maatt
2014-04-15 07:43:34wolmasetmessageid: <1397547814.4.0.674633278349.issue21146@psf.upfronthosting.co.za>
2014-04-15 07:43:34wolmalinkissue21146 messages
2014-04-15 07:43:34wolmacreate