From a5a00626272b399d519c0707ebb785161b24d9b5 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Tue, 4 Aug 2015 12:52:16 -0400 Subject: whatsnew: Add pep 448 to new syntax features section --- Doc/whatsnew/3.5.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 76d57f7..86c5b60 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: -- cgit v0.12