summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMarat Sharafutdinov <decaz89@gmail.com>2017-11-07 09:06:05 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2017-11-07 09:06:05 (GMT)
commit69cfed1cd7be968fa4f6c69eb6dccc94bce5d45c (patch)
treea00a949294321c72c6e3d6286452c290252d3340 /Misc
parent088929cf62fa22c06f6a44e25915abce9048a545 (diff)
downloadcpython-69cfed1cd7be968fa4f6c69eb6dccc94bce5d45c.zip
cpython-69cfed1cd7be968fa4f6c69eb6dccc94bce5d45c.tar.gz
cpython-69cfed1cd7be968fa4f6c69eb6dccc94bce5d45c.tar.bz2
Add asyncio.Handle.cancelled() method (#2388)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2017-11-04-19-28-08.bpo-31943.bxw5gM.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-11-04-19-28-08.bpo-31943.bxw5gM.rst b/Misc/NEWS.d/next/Library/2017-11-04-19-28-08.bpo-31943.bxw5gM.rst
new file mode 100644
index 0000000..a26aca3
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-11-04-19-28-08.bpo-31943.bxw5gM.rst
@@ -0,0 +1 @@
+Add a ``cancelled()`` method to :class:`asyncio.Handle`. Patch by Marat Sharafutdinov.