summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>2021-06-02 13:09:04 (GMT)
committerGitHub <noreply@github.com>2021-06-02 13:09:04 (GMT)
commit7b1f527d5b37dc3aa085ebbe11a1a2dd29ef210f (patch)
treeb2f4f79323c9794f555331ff9151b3662bc901cc /Misc
parent1a8c77847118d16025337f17cf28fd35c962694b (diff)
downloadcpython-7b1f527d5b37dc3aa085ebbe11a1a2dd29ef210f.zip
cpython-7b1f527d5b37dc3aa085ebbe11a1a2dd29ef210f.tar.gz
cpython-7b1f527d5b37dc3aa085ebbe11a1a2dd29ef210f.tar.bz2
bpo-17792: more accurate error message for unbound variable access exceptions (GH-24976)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-03-22-17-50-30.bpo-17792._zssjS.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-03-22-17-50-30.bpo-17792._zssjS.rst b/Misc/NEWS.d/next/Core and Builtins/2021-03-22-17-50-30.bpo-17792._zssjS.rst
new file mode 100644
index 0000000..768cbf1
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2021-03-22-17-50-30.bpo-17792._zssjS.rst
@@ -0,0 +1 @@
+More accurate error messages for access of unbound locals or free vars.