Terry J. Reedy <tjre...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue37892>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to