[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:55:57 EDT 2017


STINNER Victor added the comment:

It would also be nice to:

* link to set_write_buffer_limits() from drain()
* link to set_write_buffer_limits() from pause_writing() / resume_writing()
* mention asyncio default values for set_write_buffer_limits(): low=16 kB, high=64 kB (kb? kib? i never know :-/)

----------

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


More information about the Python-bugs-list mailing list