[issue37028] Implement asyncio repl

Matthias Bussonnier report at bugs.python.org
Wed May 27 16:44:41 EDT 2020


Matthias Bussonnier <bussonniermatthias at gmail.com> added the comment:

> Compared to the vanilla REPL, this doesn’t include readline setup for tab completion and history file.  Was it on purpose?

Not particularly, it was mostly to show it is possible. I'm guessing any improvement to make it more consistent with the normal REPL would be welcome. 

If you want a fancier repl that also have these features it should work out of the box with IPython.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37028>
_______________________________________


More information about the Python-bugs-list mailing list