Martin Richard added the comment:

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.

----------
Added file: 
http://bugs.python.org/file36606/asyncio-streams-drain-doc-water-limits.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22348>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to