Created on 2020-05-29 16:02 by remi.lapeyre, last changed 2020-05-29 16:03 by vstinner.
History | |||
---|---|---|---|
Date | User | Action | Args |
2020-05-29 16:03:57 | vstinner | set | nosy:
+ yselivanov, vstinner messages: + msg370320 |
2020-05-29 16:02:21 | remi.lapeyre | create |
Created on 2020-05-29 16:02 by remi.lapeyre, last changed 2020-05-29 16:03 by vstinner.
Messages (2) | |||
---|---|---|---|
msg370319 - (view) | Author: Rémi Lapeyre (remi.lapeyre) * | Date: 2020-05-29 16:02 | |
Python 3.8 introduced `python -m asyncio` to run a Python shell with asyncio support. It had a note in What's New but was not documented, I think a note in https://docs.python.org/3/library/asyncio.html should be helpful. This could be a good issue for a new contributor. |
|||
msg370320 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2020-05-29 16:03 | |
I understood that it was more added as an "experimental" feature. Not sure if it's still considered as experimental in Python 3.9? A few more bugs have been fixed in the parser/compiler recently for async/await keywords. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2020-05-29 16:03:57 | vstinner | set | nosy:
+ yselivanov, vstinner messages: + msg370320 |
2020-05-29 16:02:21 | remi.lapeyre | create |