[Python-checkins] cpython (3.5): whatsnew: Add pep 448 to new syntax features section

yury.selivanov python-checkins at python.org
Tue Aug 4 18:52:35 CEST 2015


https://hg.python.org/cpython/rev/45d1baa4fe62
changeset:   97242:45d1baa4fe62
branch:      3.5
parent:      97240:5b143ec2b614
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Tue Aug 04 12:52:16 2015 -0400
summary:
  whatsnew: Add pep 448 to new syntax features section

files:
  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
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -71,6 +71,7 @@
 
 * :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:
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list