commit | 657d06b13eb42dc300436cd1e1788c421a5ada9f | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Oct 26 13:13:51 2013 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Oct 26 13:13:51 2013 -0400 |
tree | 2b7176c3371978438299c767f9b4bff9ef152834 | |
parent | 70f213ab11dd44c28af0a8b70259f0e87647c245 [diff] [blame] |
just return toplevel symbol table rather than all blocks (closes #19393)
diff --git a/Misc/NEWS b/Misc/NEWS index b341c5b..4a59b4b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -40,6 +40,9 @@ 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