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 asmeurer
Recipients asmeurer, dtrodrigues, fxcoudert, gregory.p.smith, hroncok, petr.viktorin, twouters, vstinner
Date 2021-02-15.21:15:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613423701.99.0.821355196591.issue42819@roundup.psfhosted.org>
In-reply-to
Content
Instead of enabling it by default, why not just keep it but emulate the old behavior by splitting and buffering the input lines? That way you still get some of the benefits of bracketed paste, i.e., faster pasting, but without the hard work of fixing the REPL to actually support native multiline editing + execing multiline statements (the broken "simple" design).
History
Date User Action Args
2021-02-15 21:15:02asmeurersetrecipients: + asmeurer, twouters, gregory.p.smith, vstinner, petr.viktorin, hroncok, fxcoudert, dtrodrigues
2021-02-15 21:15:01asmeurersetmessageid: <1613423701.99.0.821355196591.issue42819@roundup.psfhosted.org>
2021-02-15 21:15:01asmeurerlinkissue42819 messages
2021-02-15 21:15:01asmeurercreate