]> granicus.if.org Git - python/commit
move constants out of transformer so that they can be shared with ast
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 8 Feb 2000 18:57:32 +0000 (18:57 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 8 Feb 2000 18:57:32 +0000 (18:57 +0000)
commit9605c11c4c3127e3b1749eb4f65b80e9e7db0d8e
treecb4fb3a9853065949523ad366f130449b3987142
parent69e2c6efbbeff44285f071d011e5e56f5fc26bad
move constants out of transformer so that they can be shared with ast
add varargs and kwargs attributes to Function nodes
Lib/compiler/ast.py
Lib/compiler/transformer.py
Tools/compiler/compiler/ast.py
Tools/compiler/compiler/transformer.py