Merge 3.5 (whatsnew)

This commit is contained in:
Yury Selivanov 2015-08-04 12:52:32 -04:00
commit afe0ab6d24

View file

@ -71,6 +71,7 @@ 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. * :pep:`492`, coroutines with async and await syntax.
* :pep:`448`, additional unpacking generalizations.
New library modules: New library modules: