summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2023-09-08 16:18:35 (GMT)
committerGitHub <noreply@github.com>2023-09-08 16:18:35 (GMT)
commit6275c67ea68645e5b296a80ea63b90707a0be792 (patch)
treea2df8ab7f71b96be9a7525015cd05ec16965aa40 /Misc/NEWS.d/next
parentaa51182320f3c391195eb7d5bd970867e63bd978 (diff)
downloadcpython-6275c67ea68645e5b296a80ea63b90707a0be792.zip
cpython-6275c67ea68645e5b296a80ea63b90707a0be792.tar.gz
cpython-6275c67ea68645e5b296a80ea63b90707a0be792.tar.bz2
gh-106922: Fix error location for constructs with spaces and parentheses (#108959)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2023-09-05-20-52-17.gh-issue-108959.6z45Sy.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-09-05-20-52-17.gh-issue-108959.6z45Sy.rst b/Misc/NEWS.d/next/Core and Builtins/2023-09-05-20-52-17.gh-issue-108959.6z45Sy.rst
new file mode 100644
index 0000000..792bbc4
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2023-09-05-20-52-17.gh-issue-108959.6z45Sy.rst
@@ -0,0 +1,2 @@
+Fix caret placement for error locations for subscript and binary operations
+that involve non-semantic parentheses and spaces. Patch by Pablo Galindo