[issue32624] Implement WriteTransport.is_protocol_paused()

2018-01-29 Thread Andrew Svetlov
Andrew Svetlov added the comment: Let's not do it: the new method is not required for starttls/sendfile, the name and behavior is questionable. New issue should be created with use case example. -- resolution: -> rejected stage: -> resolved status: open -> closed __

[issue32624] Implement WriteTransport.is_protocol_paused()

2018-01-22 Thread Andrew Svetlov
New submission from Andrew Svetlov : The method should return True is write is suspended -- components: asyncio messages: 310439 nosy: asvetlov, yselivanov priority: normal severity: normal status: open title: Implement WriteTransport.is_protocol_paused() versions: Python 3.7 __