This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Taylor.Marks
Recipients Taylor.Marks
Date 2014-10-03.21:32:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412371923.71.0.847372695008.issue22551@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-10-03 21:32:03Taylor.Markssetrecipients: + Taylor.Marks
2014-10-03 21:32:03Taylor.Markssetmessageid: <1412371923.71.0.847372695008.issue22551@psf.upfronthosting.co.za>
2014-10-03 21:32:03Taylor.Markslinkissue22551 messages
2014-10-03 21:32:03Taylor.Markscreate