[Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (whatsnew)

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


https://hg.python.org/cpython/rev/b363cddc2c81
changeset:   97243:b363cddc2c81
parent:      97241:11a065d6e5f4
parent:      97242:45d1baa4fe62
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Tue Aug 04 12:52:32 2015 -0400
summary:
  Merge 3.5 (whatsnew)

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