diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2023-09-08 16:18:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-08 16:18:35 (GMT) |
commit | 6275c67ea68645e5b296a80ea63b90707a0be792 (patch) | |
tree | a2df8ab7f71b96be9a7525015cd05ec16965aa40 /Misc/NEWS.d/next | |
parent | aa51182320f3c391195eb7d5bd970867e63bd978 (diff) | |
download | cpython-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.rst | 2 |
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 |