]> granicus.if.org Git - python/commitdiff
Issue 24017: Update NEWS file.
authorYury Selivanov <yselivanov@sprymix.com>
Tue, 12 May 2015 04:06:31 +0000 (00:06 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Tue, 12 May 2015 04:06:31 +0000 (00:06 -0400)
Misc/NEWS

index d7bb991a282bd0498b117bb4bc3c29063b227cac..ec71eb94f354c3fe47a55b9d9b53c14c44bf3ae6 100644 (file)
--- 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
 -------