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 terry.reedy
Recipients cheryl.sabella, rhettinger, taleinat, terry.reedy
Date 2019-11-02.01:03:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572656594.4.0.933047171799.issue37892@roundup.psfhosted.org>
In-reply-to
Content
One of the related changes is to add multiple options for saving the shell history.  For editing, one wants code without prompts and output either omitting or commented out.  For doctests, one wants code with '>>> ' and '... ' prompts and unmarked output.

A second would be to *not* print SyntaxError and a new prompt, but to otherwise indicate 'error' and put the cursor after the already highlighted error, as done in the editor.

A third would being able to submit multiline statements for execution with with F5 instead of having to go to the end of the last line and enter a blank line.  This would be especially useful after correcting a syntax error or other typo.
History
Date User Action Args
2019-11-02 01:03:14terry.reedysetrecipients: + terry.reedy, rhettinger, taleinat, cheryl.sabella
2019-11-02 01:03:14terry.reedysetmessageid: <1572656594.4.0.933047171799.issue37892@roundup.psfhosted.org>
2019-11-02 01:03:14terry.reedylinkissue37892 messages
2019-11-02 01:03:13terry.reedycreate