[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.48,1.49

Barry Warsaw python-dev@python.org
Wed, 22 Nov 2000 11:17:38 -0800


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv21506

Modified Files:
	pep-0000.txt 
Log Message:
PEP 229, Using Distutils to Build Python, Andrew Kuchling


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -r1.48 -r1.49
*** pep-0000.txt	2000/11/08 06:23:35	1.48
--- pep-0000.txt	2000/11/22 19:17:36	1.49
***************
*** 38,41 ****
--- 38,42 ----
   I   226  pep-0226.txt  Python 2.1 Release Schedule            Hylton
   S   227  pep-0227.txt  Statically Nested Scopes               Hylton
+  S   229  pep-0229.txt  Using Distutils to Build Python        Kuchling
  
   Pie-in-the-sky PEPs (not ready; may become active yet)
***************
*** 122,125 ****
--- 123,127 ----
   S   227  pep-0227.txt  Statically Nested Scopes               Hylton
   S   228  pep-0228.txt  Reworking Python's Numeric Model       Zadka
+  S   229  pep-0229.txt  Using Distutils to Build Python        Kuchling