Hi Chris,
On 2016-09-03 5:34 PM, Chris Angelico wrote:
On Sun, Sep 4, 2016 at 9:31 AM, Yury Selivanov <yselivanov...@gmail.com> wrote:
Below is a proposal to add support for asynchronous comprehensions and
basynchronous generator expressions in Python 3.6.
Looks good to me! No content comments, and +1 on the proposal.
Thanks!
One
copyedit suggestion:
In principle, asynchronous generator expressions are allowed in
any context. However, in Python 3.6, due to ``async`` and ``await``
soft-keyword status, asynchronous generator expressions are only
allowed in an ``async def`` function. Once ``async`` and ``await``
become reserved keywords in Python 3.7 this restriction will be
removed.
Does this want a comma after "3.7"?
Fixed!
Yury
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/