From: Yury Selivanov Date: Tue, 12 May 2015 04:09:05 +0000 (-0400) Subject: Mention PEP 492 in whatsnew. X-Git-Tag: v3.5.0b1~197 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5d6a9d470322366dd242ebf038dd2930ec085e6;p=thirdparty%2FPython%2Fcpython.git Mention PEP 492 in whatsnew. --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 86febb0691ef..9325b9089c98 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: