]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Two changes to visitor API:
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 27 Aug 2001 20:47:08 +0000 (20:47 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 27 Aug 2001 20:47:08 +0000 (20:47 +0000)
commit058a5adad02f5ae4652d1cd1d0e5ad4ece04fa85
treedc3173956549497667d9c151cb3d38faa8a97f2d
parentcccc478577e1a709efcb02c8a588a7f62a8ee455
Two changes to visitor API:
    Remove _preorder as alias for dispatch and call dispatch directly.
    Add an extra optional argument to walk()

XXX Also comment out some code that does debugging prints.
Lib/compiler/visitor.py
Tools/compiler/compiler/visitor.py