summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d7bb991..ec71eb9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,8 @@ Core and Builtins
- Issue #22906: PEP 479: Change StopIteration handling inside generators.
+- Issue #24017: PEP 492: Coroutines with async and await syntax.
+
Library
-------