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 theacodes
Recipients FFY00, p-ganssle, pablogsal, steven.daprano, theacodes, tlalexander, veky
Date 2021-07-12.14:26:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626100014.9.0.353442495724.issue44603@roundup.psfhosted.org>
In-reply-to
Content
I do want to be cautious of saying that we can't do it because of the way the REPL is currently implemented- which appears to be an implementation driven by convenience more than necessity.

I also find pushing against special-case behavior in the REPL strange. The REPL already has special-case behavior: printing the header, the __interactivehook__ that configures readline, heck, the `>>>` are unique the REPL and plainly copy-pasting a REPL session into a file won't work.
History
Date User Action Args
2021-07-12 14:26:54theacodessetrecipients: + theacodes, steven.daprano, veky, p-ganssle, pablogsal, FFY00, tlalexander
2021-07-12 14:26:54theacodessetmessageid: <1626100014.9.0.353442495724.issue44603@roundup.psfhosted.org>
2021-07-12 14:26:54theacodeslinkissue44603 messages
2021-07-12 14:26:54theacodescreate