[docs] [issue25756] asyncio WriteTransport documentation typo

Andrew Svetlov report at bugs.python.org
Wed Dec 2 06:48:49 EST 2015


Andrew Svetlov added the comment:

I think the doc is correct.
`pause_writing` is called when write buffer becomes non empty, empty buffer is precondition for `resume_writing` call.

----------
nosy: +asvetlov
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed
versions:  -Python 3.2, Python 3.3

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


More information about the docs mailing list