diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-10-26 17:13:51 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-10-26 17:13:51 (GMT) |
commit | 657d06b13eb42dc300436cd1e1788c421a5ada9f (patch) | |
tree | 2b7176c3371978438299c767f9b4bff9ef152834 /Misc | |
parent | 70f213ab11dd44c28af0a8b70259f0e87647c245 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |