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

Jeremy Hylton jhylton@users.sourceforge.net
2001年9月20日 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 ---

AltStyle によって変換されたページ (->オリジナル) /