commit | aa1afc72c1ee1f090e6302198d9a0295f1ce1c05 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Sep 06 19:43:04 2017 -0700 |
committer | ericvsmith <ericvsmith@users.noreply.github.com> | Wed Sep 06 19:43:04 2017 -0700 |
tree | f01f154688ff43da194df3f66f07c5db1d2bfd92 | |
parent | e00e1b812c31f093a98fc85281687c78162eb445 [diff] |
bpo-30465: Fix lineno and col_offset in fstring AST nodes (GH-1800) (gh-3409) For f-string ast nodes, fix the line and columns so that tools such as flake8 can identify them correctly. (cherry picked from commit e7c566caf177afe43b57f0b2723e723d880368e8)