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 blueyed
Recipients blueyed
Date 2017-09-16.20:58:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505595509.63.0.875016875525.issue31495@psf.upfronthosting.co.za>
In-reply-to
Content
Given the following file `t-expected-indent.py`:
```
if 1:
foo
```

python t-expected-indent.py reports:

```
  File "t-expected-indent.py", line 2
    foo
      ^
IndentationError: expected an indented block
```

However, it should get reported for column 1 instead of 3.
History
Date User Action Args
2017-09-16 20:58:29blueyedsetrecipients: + blueyed
2017-09-16 20:58:29blueyedsetmessageid: <1505595509.63.0.875016875525.issue31495@psf.upfronthosting.co.za>
2017-09-16 20:58:29blueyedlinkissue31495 messages
2017-09-16 20:58:29blueyedcreate