[issue37892] IDLE Shell: isolate user code input

Terry J. Reedy report at bugs.python.org
Fri Nov 1 21:03:14 EDT 2019


Terry J. Reedy <tjreedy at udel.edu> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37892>
_______________________________________


More information about the Python-bugs-list mailing list