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 arigo
Recipients arigo, brett.cannon, ned.deily, paul.moore, python-dev, steven.daprano
Date 2016-08-18.12:26:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471523216.89.0.785998607861.issue27573@psf.upfronthosting.co.za>
In-reply-to
Content
...ah, upon closer inspection, we don't use the ``interact()`` method anyway.  We already copied and tweaked this method: one problem was that it gives no way to run without printing at least one '\n' of banner at the beginning.  Then a more important tweak was made when we added multiline input with `pyrepl` by default.  So feel free to ignore my request.

(Multiline input is great, btw, if you use the interactive Python a lot.  That would be a completely different patch---if I thought that there's a good chance of it not languishing forever on this bug tracker, which I honestly don't think is the case...)
History
Date User Action Args
2016-08-18 12:26:56arigosetrecipients: + arigo, brett.cannon, paul.moore, ned.deily, steven.daprano, python-dev
2016-08-18 12:26:56arigosetmessageid: <1471523216.89.0.785998607861.issue27573@psf.upfronthosting.co.za>
2016-08-18 12:26:56arigolinkissue27573 messages
2016-08-18 12:26:56arigocreate