This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Implement WriteTransport.is_protocol_paused()
Type: Stage: resolved
Components: asyncio Versions: Python 3.7
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, yselivanov
Priority: normal Keywords:

Created on 2018-01-22 17:39 by asvetlov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg310439 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2018-01-22 17:39
The method should return True is write is suspended
msg311139 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2018-01-29 14:15
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.
History
Date User Action Args
2022-04-11 14:58:56adminsetgithub: 76805
2018-01-29 14:15:42asvetlovsetstatus: open -> closed
resolution: rejected
messages: + msg311139

stage: resolved
2018-01-22 17:39:55asvetlovcreate