[docs] [issue29933] asyncio: set_write_buffer_limits() doc doesn't specify unit of the parameters

STINNER Victor report at bugs.python.org
Tue Mar 28 09:18:59 EDT 2017


New submission from STINNER Victor:

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

----------
assignee: docs at python
components: Documentation, asyncio
keywords: easy
messages: 290712
nosy: docs at python, haypo, yselivanov
priority: normal
severity: normal
status: open
title: asyncio: set_write_buffer_limits() doc doesn't specify unit of the parameters
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29933>
_______________________________________


More information about the docs mailing list