]> granicus.if.org Git - python/commitdiff
whatsnew: Add pep 448 to new syntax features section
authorYury Selivanov <yselivanov@sprymix.com>
Tue, 4 Aug 2015 16:52:16 +0000 (12:52 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Tue, 4 Aug 2015 16:52:16 +0000 (12:52 -0400)
Doc/whatsnew/3.5.rst

index 76d57f7c7688315de757bd543aa266250017fae1..86c5b6037f0da5f47b342c3ccb9c3661f3e9a9ea 100644 (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: