summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2021-12-07 13:02:15 (GMT)
committerGitHub <noreply@github.com>2021-12-07 13:02:15 (GMT)
commit1c7a1c3be08ee911d347fffd2716f3911ba751f9 (patch)
tree1676eca102b29d3abb4fa6162b75e28a5c937a59 /Misc/NEWS.d
parentcf7eaa4617295747ee5646c4e2b7e7a16d7c64ab (diff)
downloadcpython-1c7a1c3be08ee911d347fffd2716f3911ba751f9.zip
cpython-1c7a1c3be08ee911d347fffd2716f3911ba751f9.tar.gz
cpython-1c7a1c3be08ee911d347fffd2716f3911ba751f9.tar.bz2
bpo-46004: Fix error location for loops with invalid targets (GH-29959)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-12-07-11-24-24.bpo-46004.TTEU1p.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-12-07-11-24-24.bpo-46004.TTEU1p.rst b/Misc/NEWS.d/next/Core and Builtins/2021-12-07-11-24-24.bpo-46004.TTEU1p.rst
new file mode 100644
index 0000000..199bccf
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2021-12-07-11-24-24.bpo-46004.TTEU1p.rst
@@ -0,0 +1,2 @@
+Fix the :exc:`SyntaxError` location for errors involving for loops with
+invalid targets. Patch by Pablo Galindo