]> granicus.if.org Git - python/commitdiff
Mention PEP 492 in whatsnew.
authorYury Selivanov <yselivanov@sprymix.com>
Tue, 12 May 2015 04:09:05 +0000 (00:09 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Tue, 12 May 2015 04:09:05 +0000 (00:09 -0400)
Doc/whatsnew/3.5.rst

index 86febb0691ef589209a9213fc9a8b35e50789089..9325b9089c9852fe13cbc2e30dd769a6a039be5b 100644 (file)
@@ -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: