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 kristjan.jonsson
Recipients kristjan.jonsson
Date 2012-12-14.09:10:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355476228.38.0.0287776037478.issue16680@psf.upfronthosting.co.za>
In-reply-to
Content
socket._fileobject supports line buffering for output with the bufsize=1 option.  Unfortunately, it is broken and behaves like no buffering.  This patch remedies the situation.
History
Date User Action Args
2012-12-14 09:10:28kristjan.jonssonsetrecipients: + kristjan.jonsson
2012-12-14 09:10:28kristjan.jonssonsetmessageid: <1355476228.38.0.0287776037478.issue16680@psf.upfronthosting.co.za>
2012-12-14 09:10:28kristjan.jonssonlinkissue16680 messages
2012-12-14 09:10:28kristjan.jonssoncreate