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

Barry Warsaw bwarsaw@users.sourceforge.net
Tue, 05 Jun 2001 09:57:07 -0700


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

Modified Files:
	pep-0000.txt 
Log Message:
Move PEP 218 from py-in-the-sky to active-for-2.2


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -r1.92 -r1.93
*** pep-0000.txt	2001/06/05 16:51:08	1.92
--- pep-0000.txt	2001/06/05 16:57:05	1.93
***************
*** 40,43 ****
--- 40,44 ----
   I    42  pep-0042.txt  Small Feature Requests                 Hylton
   S   211  pep-0211.txt  Adding A New Outer Product Operator    Wilson
+  S   218  pep-0218.txt  Adding a Built-In Set Object Type      Wilson
   S   234  pep-0234.txt  Iterators                              Yee, van Rossum
   S   237  pep-0237.txt  Unifying Long Integers and Integers    Zadka
***************
*** 64,68 ****
   S   215  pep-0215.txt  String Interpolation                   Yee
   I   216  pep-0216.txt  Docstring Format                       Zadka
-  SD  218  pep-0218.txt  Adding a Built-In Set Object Type      Wilson
   SD  219  pep-0219.txt  Stackless Python                       McMillan
   S   222  pep-0222.txt  Web Library Enhancements               Kuchling
--- 65,68 ----