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

yury.selivanov python-checkins at python.org
Thu May 28 23:10:51 CEST 2015


https://hg.python.org/cpython/rev/bce40ff299aa
changeset:   96345:bce40ff299aa
parent:      96343:ddb402d8f5b9
parent:      96344:3254a3c0acb4
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Thu May 28 17:09:38 2015 -0400
summary:
  Merge 3.5

files:
  Doc/whatsnew/3.5.rst |  8 ++++++++
  1 files changed, 8 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
@@ -805,6 +805,14 @@
 Deprecated
 ==========
 
+New Keywords
+------------
+
+``async`` and ``await`` are not recommended to be used as variable, class or
+function names.  Introduced by :pep:`492` in Python 3.5, they will become
+proper keywords in Python 3.7.
+
+
 Unsupported Operating Systems
 -----------------------------
 

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


More information about the Python-checkins mailing list