summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2018-05-28 21:54:02 (GMT)
committerGitHub <noreply@github.com>2018-05-28 21:54:02 (GMT)
commit416c1ebd9896b394790dcb4f9f035b1a44ebe9ff (patch)
treea5003eed8be41259a0e545fde1c2d22bf2ac23c7 /Misc/NEWS.d
parentfdccfe09f0b10776645fdb04a0783d6864c32b21 (diff)
downloadcpython-416c1ebd9896b394790dcb4f9f035b1a44ebe9ff.zip
cpython-416c1ebd9896b394790dcb4f9f035b1a44ebe9ff.tar.gz
cpython-416c1ebd9896b394790dcb4f9f035b1a44ebe9ff.tar.bz2
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2018-05-28-16-40-32.bpo-32610.KvUAsL.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-05-28-16-40-32.bpo-32610.KvUAsL.rst b/Misc/NEWS.d/next/Library/2018-05-28-16-40-32.bpo-32610.KvUAsL.rst
new file mode 100644
index 0000000..3729080
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-05-28-16-40-32.bpo-32610.KvUAsL.rst
@@ -0,0 +1 @@
+Make asyncio.all_tasks() return only pending tasks.