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 | 89d8cd943b25185e8d15b15636531ff84277bdab (patch) | |
tree | b574ba7068250c78a87ae9030e6c83d665630c94 /Misc | |
parent | 050fcd51ccc997596fa9616348f15481d3f110bf (diff) | |
download | cpython-89d8cd943b25185e8d15b15636531ff84277bdab.zip cpython-89d8cd943b25185e8d15b15636531ff84277bdab.tar.gz cpython-89d8cd943b25185e8d15b15636531ff84277bdab.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
@@ -81,6 +81,9 @@ Core and Builtins Library ------- +- Issue #19393: Fix symtable.symtable function to not be confused when there are + functions or classes named "top". + - Issue #19339: telnetlib module is now using time.monotonic() when available to compute timeout. |