summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-11-16 23:25:04 (GMT)
committerYury Selivanov <yury@magic.io>2016-11-16 23:25:04 (GMT)
commit22214ab0af2cbea1611b2193354f248ca6b03e87 (patch)
treef7cf45d0205d2dca9f0021f01a1551de395f370e /Misc
parent41782e497092a27efbae20208ce7d48c657e74cb (diff)
downloadcpython-22214ab0af2cbea1611b2193354f248ca6b03e87.zip
cpython-22214ab0af2cbea1611b2193354f248ca6b03e87.tar.gz
cpython-22214ab0af2cbea1611b2193354f248ca6b03e87.tar.bz2
Issue #28720: Add collections.abc.AsyncGenerator.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 68b9907..558366f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -69,6 +69,8 @@ Library
- Issue #28704: Fix create_unix_server to support Path-like objects
(PEP 519).
+- Issue #28720: Add collections.abc.AsyncGenerator.
+
Documentation
-------------