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 pitrou
Recipients loewis, pitrou, r.david.murray
Date 2012-06-13.12:56:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339592188.66.0.816542800935.issue15049@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, line buffering on the read size would very slow (since you would have to read and decode one byte at a time from the raw stream to make sure you don't overshoot the line boundaries).
History
Date User Action Args
2012-06-13 12:56:28pitrousetrecipients: + pitrou, loewis, r.david.murray
2012-06-13 12:56:28pitrousetmessageid: <1339592188.66.0.816542800935.issue15049@psf.upfronthosting.co.za>
2012-06-13 12:56:28pitroulinkissue15049 messages
2012-06-13 12:56:27pitroucreate