mirror of https://github.com/python/cpython
whatsnew: Add pep 448 to new syntax features section
This commit is contained in:
parent
5df36af8b7
commit
a5a0062627
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue