New submission from Andre Roberge <andre.robe...@gmail.com>:

As a result of https://bugs.python.org/issue43008, IDLE now supports custom 
exception hook for almost all cases except for code entered in the interactive 
shell that result in SyntaxError. It would be useful for some applications if a 
way to replace the error handling currently done by IDLE for this particular 
case was made available to user code.

I consider this to be in the "would be nice to have" category, but in no means 
a high priority item.

----------
assignee: terry.reedy
components: IDLE
messages: 388524
nosy: aroberge, terry.reedy
priority: normal
severity: normal
status: open
title: Enabling access to showsyntaxerror for IDLE's shell
type: enhancement
versions: Python 3.10

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

Reply via email to