Message280207
This patch fixes a problem, which is that the caret was not placed where the source location information for the node is, but instead in a random position based on the indentation level.
The problem that the caret is not placed under the `=` sign, but instead at the front of the expression, feels like a different bug related to how source location information is computed throughout cpython for infix operators. I don't think it should be fixed in this bug, but rather in a follow-up.
Specifically, this fix (to make the printing actually respect the source location information) will also be required in order to fix the placement of the caret to under the = sign. |
|
Date |
User |
Action |
Args |
2016-11-07 16:26:43 | mystor | set | recipients:
+ mystor, vstinner, berker.peksag, martin.panter, serhiy.storchaka, yan12125 |
2016-11-07 16:26:43 | mystor | set | messageid: <1478536003.44.0.282612670131.issue25677@psf.upfronthosting.co.za> |
2016-11-07 16:26:43 | mystor | link | issue25677 messages |
2016-11-07 16:26:43 | mystor | create | |
|