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 berker.peksag
Recipients berker.peksag, martin.panter, mystor, r.david.murray, serhiy.storchaka, vstinner
Date 2015-12-10.16:33:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449765223.3.0.145161190946.issue25677@psf.upfronthosting.co.za>
In-reply-to
Content
With the latest patch applied, the output is

  File "z.py", line 2
    1 + 2 = 3
    ^
SyntaxError: can't assign to operator

I think the caret is still in wrong place.

I would expect the following output:

  File "z.py", line 2
    1 + 2 = 3
          ^
SyntaxError: can't assign to operator
History
Date User Action Args
2015-12-10 16:33:43berker.peksagsetrecipients: + berker.peksag, vstinner, r.david.murray, martin.panter, serhiy.storchaka, mystor
2015-12-10 16:33:43berker.peksagsetmessageid: <1449765223.3.0.145161190946.issue25677@psf.upfronthosting.co.za>
2015-12-10 16:33:43berker.peksaglinkissue25677 messages
2015-12-10 16:33:43berker.peksagcreate