[issue32575] IDLE cannot locate certain SyntaxErrors raised by f-string expressions

Terry J. Reedy report at bugs.python.org
Wed Jan 17 01:25:43 EST 2018


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Syntax errors come from Python, not IDLE.  Except for the pseudofile name ('<pyshell*nnnn>' versus '<stdin>'), the message is the same as the interactive interpreter.  Anytime one thinks IDLE has a bug, one should check the standard interactive interpreter as a 'control'.

----------
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> Improve error reporting involving f-strings (PEP 498)

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


More information about the Python-bugs-list mailing list