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 docs@python, vstinner, yselivanov
Date 2017-03-28.13:18:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490707139.27.0.838851028066.issue29933@psf.upfronthosting.co.za>
In-reply-to
Content
The asyncio set_write_buffer_limits() documentation doesn't specify unit of high and low parameters. Moreover, it would to explain better the effect of high and low:

* pause_writing() is called when the buffer size becomes larger or equal to high
* (if writing is pause) resume_writing() is called when the buffer size becomes smaller or equal to low
History
Date User Action Args
2017-03-28 13:18:59vstinnersetrecipients: + vstinner, docs@python, yselivanov
2017-03-28 13:18:59vstinnersetmessageid: <1490707139.27.0.838851028066.issue29933@psf.upfronthosting.co.za>
2017-03-28 13:18:59vstinnerlinkissue29933 messages
2017-03-28 13:18:59vstinnercreate