Terry J. Reedy <tjre...@udel.edu> added the comment:

Andre: with this patch, you could potentially add a function or submodule that 
would point sys.excepthook to a function that would print the exception and 
then interact before returning.  If this worked, one could add, for instance, 
'import friendly_traceback.idle' at the top of a file or at a Shell prompt and 
have friendly-traceback only activate when there is an exception.  So it would 
work in Shell.

I hope by 3.10 to have IDLE '>>>' prompts moved into a sidebar (instead of line 
numbers.  F-T prompts would be distinctly different.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43008>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to