summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-08-04 16:52:16 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-08-04 16:52:16 (GMT)
commita5a00626272b399d519c0707ebb785161b24d9b5 (patch)
tree7c09bd6c2e5b0825c61fcfed12ee43655ba6d486
parent5df36af8b751d8acb168ad3b2fff3169dbae9ceb (diff)
downloadcpython-a5a00626272b399d519c0707ebb785161b24d9b5.zip
cpython-a5a00626272b399d519c0707ebb785161b24d9b5.tar.gz
cpython-a5a00626272b399d519c0707ebb785161b24d9b5.tar.bz2
whatsnew: Add pep 448 to new syntax features section
-rw-r--r--Doc/whatsnew/3.5.rst1
1 files changed, 1 insertions, 0 deletions
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: