Staging
v0.5.1
https://github.com/python/cpython
Revision 8b9cebce09cb6919fdb97d8e608288a503681d13 authored by Lysandros Nikolaou on 08 February 2020, 00:21:38 UTC, committed by GitHub on 08 February 2020, 00:21:38 UTC


(cherry picked from commit d2e1098641f98594702ef29049c3c4a3f394786f)





https://bugs.python.org/issue39579



Automerge-Triggered-By: @gvanrossum
1 parent 97e00b3
Raw File
Tip revision: 8b9cebce09cb6919fdb97d8e608288a503681d13 authored by Lysandros Nikolaou on 08 February 2020, 00:21:38 UTC
[3.8] bpo-39579: Fix Attribute end_col_offset to point at the current node (GH-18405) (GH-18408)
Tip revision: 8b9cebc
PULL_REQUEST_TEMPLATE.md
<!--
Thanks for your contribution!
Please read this comment in its entirety. It's quite important.

# Pull Request title

It should be in the following format:

```
bpo-NNNN: Summary of the changes made
```

Where: bpo-NNNN refers to the issue number in the https://bugs.python.org.

Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue.

# Backport Pull Request title

If this is a backport PR (PR made against branches other than `master`),
please ensure that the PR title is in the following format:

```
[X.Y] <title from the original PR> (GH-NNNN)
```

Where: [X.Y] is the branch name, e.g. [3.6].

GH-NNNN refers to the PR number from `master`.

-->
back to top