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

Barry Warsaw bwarsaw@usw-pr-cvs1.sourceforge.net
Mon, 12 Mar 2001 12:30:49 -0800


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

Modified Files:
	pep-0000.txt 
Log Message:
Paul Barrett requests moving PEP 209 to Pie-in-the-sky, from Future.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -r1.71 -r1.72
*** pep-0000.txt	2001/02/26 20:22:47	1.71
--- pep-0000.txt	2001/03/12 20:30:47	1.72
***************
*** 43,47 ****
  
   S   234  pep-0234.txt  Iterators                              Yee
-  S   209  pep-0209.txt  Adding Multidimensional Arrays        Barrett, Oliphant
   S   232  pep-0232.txt  Function Attributes                    Warsaw
  
--- 43,46 ----
***************
*** 49,52 ****
--- 48,52 ----
  
   I   206  pep-0206.txt  2.0 Batteries Included                 Zadka
+  S   209  pep-0209.txt  Adding Multidimensional Arrays        Barrett, Oliphant
   SD  211  pep-0211.txt  Adding New Linear Algebra Operators    Wilson
   SD  212  pep-0212.txt  Loop Counter Iteration                 Schneider-Kamp