Skip to content

[3.7] bpo-39031: Include elif keyword when producing lineno/col-offse… - #17585

Closed
lysnikolaou wants to merge 1 commit into
python:3.7from
lysnikolaou:backport-025a602-3.7
Closed

[3.7] bpo-39031: Include elif keyword when producing lineno/col-offse…#17585
lysnikolaou wants to merge 1 commit into
python:3.7from
lysnikolaou:backport-025a602-3.7

Conversation

@lysnikolaou

@lysnikolaou lysnikolaou commented Dec 12, 2019

Copy link
Copy Markdown
Member

…t info for if_stmt (GH-17582)

When parsing an "elif" node, lineno and col_offset of the node now point to the "elif" keyword and not to its condition, making it consistent with the "if" node.

https://bugs.python.org/issue39031

Automerge-Triggered-By: @pablogsal.
(cherry picked from commit 025a602)

Co-authored-by: Lysandros Nikolaou lisandrosnik@gmail.com

https://bugs.python.org/issue39031

…t info for if_stmt (pythonGH-17582)

When parsing an "elif" node, lineno and col_offset of the node now point to the "elif" keyword and not to its condition, making it consistent with the "if" node.

https://bugs.python.org/issue39031

Automerge-Triggered-By: @pablogsal.
(cherry picked from commit 025a602)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants