[New-bugs-announce] [issue31943] Add asyncio.Handle.cancelled() and asyncio.TimerHandle.when

Marat Sharafutdinov report at bugs.python.org
Sat Nov 4 12:27:05 EDT 2017


New submission from Marat Sharafutdinov <decaz89 at gmail.com>:

It would be handy to access the loop's time the Handle's callback will be called at if you are using delayed calls with "delay" (not "when") argument.
Also it is useful to know whether the call was cancelled through the special attribute.

----------
assignee: docs at python
components: Documentation, Library (Lib), asyncio
messages: 305561
nosy: decaz, docs at python, yselivanov
priority: normal
pull_requests: 4238
severity: normal
status: open
title: Add asyncio.Handle.cancelled() and asyncio.TimerHandle.when
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31943>
_______________________________________


More information about the New-bugs-announce mailing list