This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mbussonn
Recipients asvetlov, eric.araujo, mbussonn, vstinner, xtreak, yselivanov
Date 2020-05-27.20:44:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590612281.42.0.367341187276.issue37028@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2020-05-27 20:44:41mbussonnsetrecipients: + mbussonn, vstinner, eric.araujo, asvetlov, yselivanov, xtreak
2020-05-27 20:44:41mbussonnsetmessageid: <1590612281.42.0.367341187276.issue37028@roundup.psfhosted.org>
2020-05-27 20:44:41mbussonnlinkissue37028 messages
2020-05-27 20:44:41mbussonncreate