whatsnew: Add pep 448 to new syntax features section

This commit is contained in:
Yury Selivanov 2015-08-04 12:52:16 -04:00
parent 5df36af8b7
commit a5a0062627
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ New syntax features:
* :pep:`465`, a new matrix multiplication operator: ``a @ b``.
* :pep:`492`, coroutines with async and await syntax.
* :pep:`448`, additional unpacking generalizations.
New library modules: