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.

Author vstinner
Recipients docs@python, gvanrossum, socketpair, vstinner, yselivanov
Date 2015-06-25.07:52:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435218730.86.0.179996178006.issue24509@psf.upfronthosting.co.za>
In-reply-to
Content
Documentatin of call_soon() and call_later() contain the sentence "An instance of asyncio.Handle is returned." with a link to Handle which shows the cancel() method:

https://docs.python.org/dev/library/asyncio-eventloop.html#asyncio.BaseEventLoop.call_soon

https://docs.python.org/dev/library/asyncio-eventloop.html#asyncio.BaseEventLoop.call_later

Can you please suggest a new sentence to explain that a Handle can be cancelled?
History
Date User Action Args
2015-06-25 07:52:10vstinnersetrecipients: + vstinner, gvanrossum, docs@python, socketpair, yselivanov
2015-06-25 07:52:10vstinnersetmessageid: <1435218730.86.0.179996178006.issue24509@psf.upfronthosting.co.za>
2015-06-25 07:52:10vstinnerlinkissue24509 messages
2015-06-25 07:52:10vstinnercreate