]> granicus.if.org Git - python/commit
simplify visitor walker class
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 16 Mar 2000 20:04:16 +0000 (20:04 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 16 Mar 2000 20:04:16 +0000 (20:04 +0000)
commitf635abee3a3c56aa614ca4c0edb963ec9747bf82
tree25ad289668649dca71ced65f0b499893f2ec5ee8
parentb631b8ede54fa7cbb59033017c0a192772832347
simplify visitor walker class
- remove postorder
- remove protocol for automatically walking children based on visitor
  method return value; now only walks if there is no method
Lib/compiler/visitor.py
Tools/compiler/compiler/visitor.py