From: Yury Selivanov Date: Tue, 4 Aug 2015 16:52:16 +0000 (-0400) Subject: whatsnew: Add pep 448 to new syntax features section X-Git-Tag: v3.6.0a1~1845^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5a00626272b399d519c0707ebb785161b24d9b5;p=python whatsnew: Add pep 448 to new syntax features section --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 76d57f7c76..86c5b6037f 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -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: