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 martius
Recipients gvanrossum, martius, vstinner, yselivanov
Date 2014-09-12.08:42:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410511352.45.0.74198475454.issue22348@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an other patch which mentions high and low water limits. I think it's better to talk about it, since it tells extactly what a "full buffer" and "partially drained" means.

On the other hand, StreamWriter wraps the transport but does not expose the set/get_write_buffer_limits() directly, you reach then through stream_writer.transport (which makes sense, StreamWriter is here to help writing, not to do plumbery) - so I did not mention the functions.
History
Date User Action Args
2014-09-12 08:42:32martiussetrecipients: + martius, gvanrossum, vstinner, yselivanov
2014-09-12 08:42:32martiussetmessageid: <1410511352.45.0.74198475454.issue22348@psf.upfronthosting.co.za>
2014-09-12 08:42:32martiuslinkissue22348 messages
2014-09-12 08:42:32martiuscreate