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 tim.peters
Recipients Sergey.Kirpichev, rhettinger, tim.peters
Date 2018-05-27.18:27:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527445641.0.0.682650639539.issue32832@psf.upfronthosting.co.za>
In-reply-to
Content
doctest was intended to deal with the standard CPython terminal shell.  I'd like to keep it that way, but recognize that everyone wants to change everything into "a framework" ;-)

How many other shells are there?  As Sergey linked to, IPython already dealt with its shell conventions, and PS1/PS2 differences account for a relatively tiny amount of the 600+ lines of IPython-customization code they'd need anyway.  That is, I don't see that this would be of much value to IPython.

So people who "need" this already figured out how to do this - and there aren't many of them anyway.  I'd leave it alone.
History
Date User Action Args
2018-05-27 18:27:21tim.peterssetrecipients: + tim.peters, rhettinger, Sergey.Kirpichev
2018-05-27 18:27:20tim.peterssetmessageid: <1527445641.0.0.682650639539.issue32832@psf.upfronthosting.co.za>
2018-05-27 18:27:20tim.peterslinkissue32832 messages
2018-05-27 18:27:20tim.peterscreate