| Release: | 3.6.0a0 |
|---|---|
| Date: | May 28, 2015 |
This article explains the new features in Python 3.6, compared to 3.5.
For full details, see the Misc/NEWS file.
Note
Prerelease users should be aware that this document is currently in draft form. It will be updated substantially as Python 3.6 moves towards release, so it’s worth checking back even after reading earlier versions.
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.