[issue25756] asyncio WriteTransport documentation typo

2015-12-02 Thread Andrew Svetlov
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

[issue25756] asyncio WriteTransport documentation typo

2015-11-27 Thread Марк Коренберг
New submission from Марк Коренберг: Here is the match against master. Doc/library/asyncio-protocol.rst: @@ -156,9 +156,9 @@ WriteTransport high-water limit is given, the low-water limit defaults to an implementation-specific value less than or equal to the high-water limit