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

Barry Warsaw python-dev@python.org
Sat, 15 Jul 2000 16:26:38 -0700


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

Modified Files:
	pep-0000.txt 
Log Message:
Added PEPs 207 - 211


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** pep-0000.txt	2000/07/14 03:54:49	1.6
--- pep-0000.txt	2000/07/15 23:26:36	1.7
***************
*** 26,29 ****
--- 26,34 ----
       205 pep-0205.txt  Weak References                      fdrake
       206 pep-0206.txt  2.0 Batteries Included               moshez
+      207 pep-0207.txt  Rich Comparisons                     davida
+      208 pep-0208.txt  Reworking the Coercion Model         davida
+      209 pep-0209.txt  Adding Multidimensional Arrays       davida
+      210 pep-0210.txt  Decoupling the Interpreter Loop      davida
+      211 pep-0211.txt  Adding New Operators to Python       gvwilson