[Python-checkins] CVS: python/dist/src/Tools/compiler README,1.1,1.2 setup.py,1.2,NONE

Jeremy Hylton jhylton@users.sourceforge.net
Thu, 20 Sep 2001 08:02:29 -0700


Update of /cvsroot/python/python/dist/src/Tools/compiler
In directory usw-pr-cvs1:/tmp/cvs-serv9507

Modified Files:
	README 
Removed Files:
	setup.py 
Log Message:
Remove setup.py, unnecessary since compiler package is the std
library.

Update README.



Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/compiler/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README	2001/08/08 19:10:11	1.1
--- README	2001/09/20 15:02:27	1.2
***************
*** 1,6 ****
! This directory contains modules for a a Python source to bytecode compiler
! written in pure Python.	 To install the compiler modules so they're
! available for use by third-party Python software, run 'python setup.py
! install'.
  
  compile.py	Demo that compiles a Python module into a .pyc file
--- 1,4 ----
! This directory contains support tools for the Python compiler package,
! which is now part of the standard library.
  
  compile.py	Demo that compiles a Python module into a .pyc file
***************
*** 19,21 ****
  		builtin compiler.
  
- setup.py	Setup file for installing the compiler code as a package.
--- 17,18 ----

--- setup.py DELETED ---