summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-05-12 04:09:05 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-05-12 04:09:05 (GMT)
commitb5d6a9d470322366dd242ebf038dd2930ec085e6 (patch)
tree3466afea576342d1de9e79450994f353f92b9fa9
parent73287d75c62c9b6248b8562e4a10631bd900851e (diff)
downloadcpython-b5d6a9d470322366dd242ebf038dd2930ec085e6.zip
cpython-b5d6a9d470322366dd242ebf038dd2930ec085e6.tar.gz
cpython-b5d6a9d470322366dd242ebf038dd2930ec085e6.tar.bz2
Mention PEP 492 in whatsnew.
-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 86febb0..9325b90 100644
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -70,6 +70,7 @@ Summary -- Release highlights
New syntax features:
* :pep:`465`, a new matrix multiplication operator: ``a @ b``.
+* :pep:`492`, coroutines with async and await syntax.
New library modules: