[Python-Dev] PEP 492 documentation
Yury Selivanov
yselivanov.ml at gmail.com
Sun Aug 2 16:21:38 CEST 2015
Nikolaus,
Strange. PEP 492 changes are fully documented since b3.
Here are just few examples:
https://docs.python.org/3.5/whatsnew/3.5.html#pep-492-coroutines-with-async-and-await-syntax
https://docs.python.org/3.5/reference/datamodel.html#coroutines
https://docs.python.org/3.5/reference/compound_stmts.html#coroutines
Perhaps, it's a browser cache issue?
Yury
On 2015-08-02 12:38 AM, Nikolaus Rath wrote:
> Hello,
>
> Looking at the language reference for 3.5.0b4, I noticed that it
> mentions neither async nor await.
>
> Is this still going to get updated, or will the only documentation
> consist of the PEP itself? I think having a Python release recognize
> keywords that are not mentioned in the language reference would be quite
> unfortunate (even if they're treated specially to preserve backwards
> compatibility).
>
> Best,
> -Nikolaus
>
More information about the Python-Dev
mailing list