]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add globals to list of names returned by get_names().
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 9 Apr 2001 20:11:59 +0000 (20:11 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 9 Apr 2001 20:11:59 +0000 (20:11 +0000)
commitdbdb28e8be50608287b3cfaf8427d7e602f22c2b
tree9b02ebb01e98f8c06bc5603081a7fe11697b0275
parent461922a005eb6fc4092cd56c129605d3b762f924
Add globals to list of names returned by get_names().
Fix func arg processing to handle args in tuples.
In test code, skip names beginning with '.'.
Lib/compiler/symbols.py
Tools/compiler/compiler/symbols.py