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

Barry Warsaw bwarsaw@users.sourceforge.net
Mon, 11 Mar 2002 09:31:05 -0800


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

Modified Files:
	pep-0000.txt 
Log Message:
Added PEP 286, Enhanced Argument Tuples, Martin von Loewis


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.166
retrieving revision 1.167
diff -C2 -d -r1.166 -r1.167
*** pep-0000.txt	11 Mar 2002 17:24:09 -0000	1.166
--- pep-0000.txt	11 Mar 2002 17:31:02 -0000	1.167
***************
*** 94,97 ****
--- 94,98 ----
   S   284  Integer for-loops                            Eppstein, Ewing
   S   285  Adding a bool type                           van Rossum
+  S   286  Enhanced Argument Tuples                     von Loewis
  
   Finished PEPs (done, implemented in CVS)
***************
*** 260,263 ****
--- 261,265 ----
   S   284  Integer for-loops                            Eppstein, Ewing
   S   285  Adding a bool type                           van Rossum
+  S   286  Enhanced Argument Tuples                     von Loewis
   SR  666  Reject Foolish Indentation                   Creighton