diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-12 04:09:05 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-12 04:09:05 (GMT) |
commit | b5d6a9d470322366dd242ebf038dd2930ec085e6 (patch) | |
tree | 3466afea576342d1de9e79450994f353f92b9fa9 | |
parent | 73287d75c62c9b6248b8562e4a10631bd900851e (diff) | |
download | cpython-b5d6a9d470322366dd242ebf038dd2930ec085e6.zip cpython-b5d6a9d470322366dd242ebf038dd2930ec085e6.tar.gz cpython-b5d6a9d470322366dd242ebf038dd2930ec085e6.tar.bz2 |
Mention PEP 492 in whatsnew.
-rw-r--r-- | 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 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: |