summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2021-04-15 13:06:39 (GMT)
committerGitHub <noreply@github.com>2021-04-15 13:06:39 (GMT)
commitda7435017430671f86075449ff7bde96fd7700a5 (patch)
treeb287439992c61b96d5007b69d450ab0f237215d1 /Misc
parent23acadcc1c75eb74b2459304af70d97a35001b34 (diff)
downloadcpython-da7435017430671f86075449ff7bde96fd7700a5.zip
cpython-da7435017430671f86075449ff7bde96fd7700a5.tar.gz
cpython-da7435017430671f86075449ff7bde96fd7700a5.tar.bz2
bpo-43823: Improve syntax errors for invalid dictionary literals (GH-25378)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-04-13-03-06-09.bpo-43823.xpuHBi.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-04-13-03-06-09.bpo-43823.xpuHBi.rst b/Misc/NEWS.d/next/Core and Builtins/2021-04-13-03-06-09.bpo-43823.xpuHBi.rst
new file mode 100644
index 0000000..96cf8ee
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2021-04-13-03-06-09.bpo-43823.xpuHBi.rst
@@ -0,0 +1,2 @@
+Improve syntax errors for invalid dictionary literals. Patch by Pablo
+Galindo.