[issue45982] Bug in Error messages

Eric V. Smith report at bugs.python.org
Sat Dec 4 10:46:31 EST 2021


Eric V. Smith <eric at trueblade.com> added the comment:

Syntactically, this could be many possible errors: missing comma, missing period, missing parens, missing brackets, etc.

A human can figure it out based on semantics, but based purely on syntax, I think this error message is good enough.

----------
components: +Parser -Interpreter Core
nosy: +eric.smith, lys.nikolaou, pablogsal

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


More information about the Python-bugs-list mailing list