diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 86febb0691e..9325b9089c9 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: