]> granicus.if.org Git - python/commit
Add support for extra (*) arguments to preorder.
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 11 Apr 2001 16:26:05 +0000 (16:26 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 11 Apr 2001 16:26:05 +0000 (16:26 +0000)
commitd91bbba89d214d809d355ded386363cf6ee29f15
treea93a96d0f7cb9aa27fd88180ad73c15bcfeb692d
parent9ab019bee7ccc79b15a24ab3043cb1f05b15d7bb
Add support for extra (*) arguments to preorder.
Change default dispatch to use extended call syntax in place of apply.
Lib/compiler/visitor.py
Tools/compiler/compiler/visitor.py