From b5d6a9d470322366dd242ebf038dd2930ec085e6 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Tue, 12 May 2015 00:09:05 -0400 Subject: [PATCH] Mention PEP 492 in whatsnew. --- Doc/whatsnew/3.5.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 86febb0691..9325b9089c 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -70,6 +70,7 @@ Summary -- Release highlights New syntax features: * :pep:`465`, a new matrix multiplication operator: ``a @ b``. +* :pep:`492`, coroutines with async and await syntax. New library modules: -- 2.50.1