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 Marco Sulla
Recipients Marco Sulla
Date 2020-03-01.23:30:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583105435.88.0.337448475427.issue39820@roundup.psfhosted.org>
In-reply-to
Content
I suggest to add an implementation of bracketed paste mode in the REPL.

Currently if you, for example, copy & paste a piece of Python code to see if it works, if the code have a blank line without indentation and the previous and next line are indented, REPL raises an error.
If you create a .py, paste the same code and run it with the python interpreter, no error is raised, since the syntax is legit.

Bracketed paste mode is implemented in many text editors, as vi.
History
Date User Action Args
2020-03-01 23:30:35Marco Sullasetrecipients: + Marco Sulla
2020-03-01 23:30:35Marco Sullasetmessageid: <1583105435.88.0.337448475427.issue39820@roundup.psfhosted.org>
2020-03-01 23:30:35Marco Sullalinkissue39820 messages
2020-03-01 23:30:35Marco Sullacreate