Message256178
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 |
|
Date |
User |
Action |
Args |
2015-12-10 16:33:43 | berker.peksag | set | recipients:
+ berker.peksag, vstinner, r.david.murray, martin.panter, serhiy.storchaka, mystor |
2015-12-10 16:33:43 | berker.peksag | set | messageid: <1449765223.3.0.145161190946.issue25677@psf.upfronthosting.co.za> |
2015-12-10 16:33:43 | berker.peksag | link | issue25677 messages |
2015-12-10 16:33:43 | berker.peksag | create | |
|