[issue34013] Inconsistent SyntaxError for print

Irit Katriel report at bugs.python.org
Fri Feb 19 03:14:28 EST 2021


Irit Katriel <iritkatriel at yahoo.com> added the comment:

I agree with Terry’s point about printing long expressions in the error msg. Perhaps just the preamble would be useful though:

SyntaxError: Missing parentheses in call to 'print'. 

Instead of just

SyntaxError: invalid syntax.

----------

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


More information about the Python-bugs-list mailing list