[Zope-Checkins] CVS: Zope/lib/python/RestrictedPython/compiler - __init__.py:NONE ast.py:NONE astgen.py:NONE consts.py:NONE future.py:NONE misc.py:NONE pyassem.py:NONE pycodegen.py:NONE symbols.py:NONE transformer.py:NONE visitor.py:NONE

Shane Hathaway shane@digicool.com
Wed, 19 Dec 2001 15:37:16 -0500


Update of /cvs-repository/Zope/lib/python/RestrictedPython/compiler
In directory cvs.zope.org:/tmp/cvs-serv30835/compiler

Removed Files:
      Tag: RestrictedPython-2_2-branch
	__init__.py ast.py astgen.py consts.py future.py misc.py 
	pyassem.py pycodegen.py symbols.py transformer.py visitor.py 
Log Message:
Initial work to make RestrictedPython work with either Python 2.1 or
Python 2.2.

Renamed Compilers.py to RCompile_2_1.py and the compiler package to
compiler_2_1.  Added RCompile.py for compiling restricted modules
and SelectCompiler.py for choosing which compiler to use based on whether
the compiler package is in the standard library.

=== Removed File Zope/lib/python/RestrictedPython/compiler/__init__.py ===

=== Removed File Zope/lib/python/RestrictedPython/compiler/ast.py ===

=== Removed File Zope/lib/python/RestrictedPython/compiler/astgen.py ===

=== Removed File Zope/lib/python/RestrictedPython/compiler/consts.py ===

=== Removed File Zope/lib/python/RestrictedPython/compiler/future.py ===

=== Removed File Zope/lib/python/RestrictedPython/compiler/misc.py ===

=== Removed File Zope/lib/python/RestrictedPython/compiler/pyassem.py ===

=== Removed File Zope/lib/python/RestrictedPython/compiler/pycodegen.py ===

=== Removed File Zope/lib/python/RestrictedPython/compiler/symbols.py ===

=== Removed File Zope/lib/python/RestrictedPython/compiler/transformer.py ===

=== Removed File Zope/lib/python/RestrictedPython/compiler/visitor.py ===