[Python-checkins] CVS: python/dist/src/Tools README,1.9,1.10
Jeremy Hylton
jhylton@users.sourceforge.net
2001年9月20日 08:27:32 -0700
Update of /cvsroot/python/python/dist/src/Tools
In directory usw-pr-cvs1:/tmp/cvs-serv15679
Modified Files:
README
Log Message:
Update description of Tools/compiler
Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/README,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** README 2001年08月06日 19:33:52 1.9
--- README 2001年09月20日 15:27:30 1.10
***************
*** 11,17 ****
description. Still under development!
! compiler A Python source to bytecode compiler written in
! Python, including an interface for manipulating
! abstract syntax trees. Still under development.
faqwiz FAQ Wizard.
--- 11,16 ----
description. Still under development!
! compiler Tools used to maintain the compiler package in the
! standard library.
faqwiz FAQ Wizard.