summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/visitor.py
Commit message (Expand)AuthorAgeFilesLines
* Bring Tools/compiler almost up to date. Specifically:Thomas Wouters2000-08-121-22/+22
* simplify visitor walker classJeremy Hylton2000-03-161-32/+22
* fix import to refer to compiler packageJeremy Hylton2000-03-061-1/+1
* factor out the tree walking/visitor code that was in compile.pyJeremy Hylton2000-03-061-0/+127