summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-10-26 17:13:51 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-10-26 17:13:51 (GMT)
commit657d06b13eb42dc300436cd1e1788c421a5ada9f (patch)
tree2b7176c3371978438299c767f9b4bff9ef152834 /Misc
parent70f213ab11dd44c28af0a8b70259f0e87647c245 (diff)
downloadcpython-657d06b13eb42dc300436cd1e1788c421a5ada9f.zip
cpython-657d06b13eb42dc300436cd1e1788c421a5ada9f.tar.gz
cpython-657d06b13eb42dc300436cd1e1788c421a5ada9f.tar.bz2
just return toplevel symbol table rather than all blocks (closes #19393)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b341c5b..4a59b4b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Core and Builtins
Library
-------
+- Issue #19393: Fix symtable.symtable function to not be confused when there are
+ functions or classes named "top".
+
- Issue #19327: Fixed the working of regular expressions with too big charset.
- Issue #19350: Increasing the test coverage of macurl2path. Patch by Colin