Taylor Marks added the comment:

Sorry for multiple consecutive posts... I don't see a way to edit prior posts. 
The stack trace I posted in my first message has the arrow in the wrong spot. 
It should actually be pointing to the first space after the closing brace.

Here's a simpler (and correct) stack trace:

$ python -u
>>> print("Test")
  File "<stdin>", line 1
    print("Test")
                 ^
SyntaxError: invalid syntax

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22551>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to