Mention PEP 492 in whatsnew.

This commit is contained in:
Yury Selivanov 2015-05-12 00:09:05 -04:00
parent 73287d75c6
commit b5d6a9d470

View file

@ -70,6 +70,7 @@ Summary -- Release highlights
New syntax features: New syntax features:
* :pep:`465`, a new matrix multiplication operator: ``a @ b``. * :pep:`465`, a new matrix multiplication operator: ``a @ b``.
* :pep:`492`, coroutines with async and await syntax.
New library modules: New library modules: