From: Yury Selivanov Date: Tue, 12 May 2015 04:06:31 +0000 (-0400) Subject: Issue 24017: Update NEWS file. X-Git-Tag: v3.5.0b1~198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73287d75c62c9b6248b8562e4a10631bd900851e;p=python Issue 24017: Update NEWS file. --- diff --git a/Misc/NEWS b/Misc/NEWS index d7bb991a28..ec71eb94f3 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 -------