Message 294408 - Python tracker
Message294408
| Author | lukasz.langa |
|---|---|
| Recipients | lukasz.langa |
| Date | 2017-05-24.22:53:37 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1495666417.53.0.222363680661.issue30465@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
f-strings are computed in a separate compiler step. This makes their lineno and col_offset information wrong. This is problematic for flake8 which reports problems inside f-strings on the wrong line (typically the first one). Attached patch fixes the issue. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-05-24 22:53:37 | lukasz.langa | set | recipients: + lukasz.langa |
| 2017-05-24 22:53:37 | lukasz.langa | set | messageid: <1495666417.53.0.222363680661.issue30465@psf.upfronthosting.co.za> |
| 2017-05-24 22:53:37 | lukasz.langa | link | issue30465 messages |
| 2017-05-24 22:53:37 | lukasz.langa | create | |