asyncio support
Since cpython 3.8, there is python -m asyncio repl, which directly support await-family statements like:
>>> await asyncpg.connect(...)
But, it lacks of bpython features. Will this mode be implemented in bpython?
Since cpython 3.8, there is python -m asyncio repl, which directly support await-family statements like:
>>> await asyncpg.connect(...)
But, it lacks of bpython features. Will this mode be implemented in bpython?