[issue44026] IDLE doesn't offer "Did you mean?" for AttributeError and NameError

Dennis Sweeney report at bugs.python.org
Tue May 4 04:09:42 EDT 2021


Dennis Sweeney <sweeney.dennis650 at gmail.com> added the comment:

PyErr_Display() grabs the current sys.stderr and writes to that, but it looks like IDLE never gets to call PyErr_Display().

----------

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


More information about the Python-bugs-list mailing list