[Python-checkins] CVS: python/dist/src/Tools/compiler/compiler __init__.py,1.5,NONE ast.py,1.18,NONE astgen.py,1.6,NONE consts.py,1.5,NONE future.py,1.2,NONE misc.py,1.10,NONE pyassem.py,1.27,NONE pycodegen.py,1.55,NONE symbols.py,1.9,NONE syntax.py,1.2,NONE transformer.py,1.28,NONE visitor.py,1.8,NONE
Jeremy Hylton
jhylton@users.sourceforge.net
Wed, 19 Sep 2001 18:27:42 -0700
Update of /cvsroot/python/python/dist/src/Tools/compiler/compiler
In directory usw-pr-cvs1:/tmp/cvs-serv22606
Removed Files:
__init__.py ast.py astgen.py consts.py future.py misc.py
pyassem.py pycodegen.py symbols.py syntax.py transformer.py
visitor.py
Log Message:
The compiler package is now part of the standard library.
Remove all these files. All except astgen.py are moved to Lib/compiler.
--- __init__.py DELETED ---
--- ast.py DELETED ---
--- astgen.py DELETED ---
--- consts.py DELETED ---
--- future.py DELETED ---
--- misc.py DELETED ---
--- pyassem.py DELETED ---
--- pycodegen.py DELETED ---
--- symbols.py DELETED ---
--- syntax.py DELETED ---
--- transformer.py DELETED ---
--- visitor.py DELETED ---