[New-bugs-announce] [issue43476] Enabling access to showsyntaxerror for IDLE's shell

Andre Roberge report at bugs.python.org
Thu Mar 11 15:38:57 EST 2021


New submission from Andre Roberge <andre.roberge at 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 <report at bugs.python.org>
<https://bugs.python.org/issue43476>
_______________________________________


More information about the New-bugs-announce mailing list