diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-08-04 12:52:32 -0400 |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-08-04 12:52:32 -0400 |
commit | afe0ab6d2406551e3357c3a38ff09dfab0d8cc8c (patch) | |
tree | a07f4df8a55e46a8d621c5a07488eeb3f14ba65d | |
parent | 480a770138184c0e202c1b41efcd35c49487eb15 (diff) | |
parent | a5a00626272b399d519c0707ebb785161b24d9b5 (diff) | |
download | cpython-git-afe0ab6d2406551e3357c3a38ff09dfab0d8cc8c.tar.gz |
Merge 3.5 (whatsnew)
-rw-r--r-- | Doc/whatsnew/3.5.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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: |