summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-05-12 04:06:31 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-05-12 04:06:31 (GMT)
commit73287d75c62c9b6248b8562e4a10631bd900851e (patch)
treebb9f4a5ccb678f27163992ba2b7c50b5b87af0c4 /Misc
parentdf52e67d858301eb37776032ed0bb6d4e7b4a960 (diff)
downloadcpython-73287d75c62c9b6248b8562e4a10631bd900851e.zip
cpython-73287d75c62c9b6248b8562e4a10631bd900851e.tar.gz
cpython-73287d75c62c9b6248b8562e4a10631bd900851e.tar.bz2
Issue 24017: Update NEWS file.
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 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
-------