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

Barry Warsaw bwarsaw@users.sourceforge.net
Tue, 20 Feb 2001 20:13:53 -0800


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv8400

Modified Files:
	pep-0000.txt 
Log Message:
Tim sez PEP 235 hasn't been implemented yet, so it's moved to Active.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -r1.69 -r1.70
*** pep-0000.txt	2001/02/21 03:40:20	1.69
--- pep-0000.txt	2001/02/21 04:13:51	1.70
***************
*** 37,40 ****
--- 37,41 ----
   S   229  pep-0229.txt  Using Distutils to Build Python        Kuchling
   S   233  pep-0233.txt  Python Online Help                     Prescod
+  S   235  pep-0235.txt  Import on Case-Insensitive Platforms   Peters
  
   Future PEPs (in consideration for Python 2.2)
***************
*** 81,85 ****
   SF  223  pep-0223.txt  Change the Meaning of \x Escapes       Peters
   SF  230  pep-0230.txt  Warning Framework                      van Rossum
-  S   235  pep-0235.txt  Import on Case-Insensitive Platforms   Peters
  
   Rejected PEPs
--- 82,85 ----