Message280220
With patch applied:
File "x.py", line 2
1 + 1 = 2
^
SyntaxError: can't assign to operator
Without patch:
File "x.py", line 2
1 + 1 = 2
^
SyntaxError: can't assign to operator
The caret is located at the wrong place in both examples (which is the actual bug that needs to be fixed here.) This isn't a high priority bug and I think people can live with the current behavior until this is properly fixed. Pushing a premature patch will only introduce more code churn. |
|
Date |
User |
Action |
Args |
2016-11-07 17:52:51 | berker.peksag | set | recipients:
+ berker.peksag, martin.panter, serhiy.storchaka, yan12125, mystor |
2016-11-07 17:52:51 | berker.peksag | set | messageid: <1478541171.47.0.228607433283.issue25677@psf.upfronthosting.co.za> |
2016-11-07 17:52:51 | berker.peksag | link | issue25677 messages |
2016-11-07 17:52:51 | berker.peksag | create | |
|