]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
rename several of the generic attribute names for nodes. new node attrs are:
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 14 Feb 2000 18:34:11 +0000 (18:34 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 14 Feb 2000 18:34:11 +0000 (18:34 +0000)
commitbf6267e6f8222dc37d006961b14ef8692ec459d6
tree5a6b63737f3cd4a3c7a2a70e80cb876c491951b2
parent42907790b61419882e112dab645ac1b53fd24148
rename several of the generic attribute names for nodes. new node attrs are:
Exec: expr, locals, globals
Dict: items
Assert: test, fail
Lib/compiler/ast.py
Tools/compiler/compiler/ast.py