diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-09-08 17:04:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-08 17:04:28 (GMT) |
commit | af83d1e8214efc806488226d206c24462686bd1d (patch) | |
tree | 1fae48677fe79a3059e25f3744dccbaf87b4c50c /Misc | |
parent | a1ba0e531cd42189d205b249bc6340a0b1027909 (diff) | |
download | cpython-af83d1e8214efc806488226d206c24462686bd1d.zip cpython-af83d1e8214efc806488226d206c24462686bd1d.tar.gz cpython-af83d1e8214efc806488226d206c24462686bd1d.tar.bz2 |
[3.12] gh-106922: Fix error location for constructs with spaces and parentheses (GH-108959) (#109147)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Diffstat (limited to 'Misc')
-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 |