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 vstinner
Recipients gvanrossum, martius, vstinner, yselivanov
Date 2014-09-12.07:49:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410508194.15.0.711233821045.issue22348@psf.upfronthosting.co.za>
In-reply-to
Content
IMO we should mention the write buffer limits ("high- and low-water limits for write flow control"). get_write_buffer_limits() and set_write_buffer_limits() methods of the transport are public, there is no reason to "hide" them.
History
Date User Action Args
2014-09-12 07:49:54vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, martius
2014-09-12 07:49:54vstinnersetmessageid: <1410508194.15.0.711233821045.issue22348@psf.upfronthosting.co.za>
2014-09-12 07:49:54vstinnerlinkissue22348 messages
2014-09-12 07:49:53vstinnercreate