summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorLysandros Nikolaou <lisandrosnik@gmail.com>2020-02-08 00:36:32 +0100
committerGitHub <noreply@github.com>2020-02-07 15:36:32 -0800
commitd2e1098641f98594702ef29049c3c4a3f394786f (patch)
tree6402cd088da8774e2afa76aa67ad2910623238f4 /Misc/NEWS.d
parentdc7a50d73a3d16918529669ff7b8783c08cff090 (diff)
downloadcpython-git-d2e1098641f98594702ef29049c3c4a3f394786f.tar.gz
bpo-39579: Fix Attribute end_col_offset to point at the current node (GH-18405)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-02-07-15-18-35.bpo-39579.itNmC0.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-02-07-15-18-35.bpo-39579.itNmC0.rst b/Misc/NEWS.d/next/Core and Builtins/2020-02-07-15-18-35.bpo-39579.itNmC0.rst
new file mode 100644
index 0000000000..36d5c42567
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2020-02-07-15-18-35.bpo-39579.itNmC0.rst
@@ -0,0 +1 @@
+Change the ending column offset of `Attribute` nodes constructed in `ast_for_dotted_name` to point at the end of the current node and not at the end of the last `NAME` node. \ No newline at end of file