]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
change node Classdef to Class
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 6 Mar 2000 18:50:48 +0000 (18:50 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 6 Mar 2000 18:50:48 +0000 (18:50 +0000)
commitfa974a9d06a216ca55bd81985fe75b17bdc3630a
treeddbf7c278462bef3dc45a4e5c896bbf20bb556c0
parented9586174de17e4841e156a3a59fa283f23da1e2
change node Classdef to Class

add doc string to transformer module
add two helper functions:
    parse(buf) -> AST
    parseFile(path) -> AST
Lib/compiler/ast.py
Lib/compiler/transformer.py
Tools/compiler/compiler/ast.py
Tools/compiler/compiler/transformer.py