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

Barry Warsaw bwarsaw@users.sourceforge.net
Sun, 11 Nov 2001 21:56:00 -0800


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

Modified Files:
	pep-0000.txt 
Log Message:
Added PEP 275, Switching on Multiple Values, Lemburg


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.145
retrieving revision 1.146
diff -C2 -d -r1.145 -r1.146
*** pep-0000.txt	2001/11/02 22:48:21	1.145
--- pep-0000.txt	2001/11/12 05:55:58	1.146
***************
*** 86,89 ****
--- 86,90 ----
   S   273  Import Modules from Zip Archives             Ahlstrom
   S   274  Dict Comprehensions                          Warsaw
+  S   275  Switching on Multiple Values                 Lemburg
  
   Finished PEPs (done, implemented in CVS)
***************
*** 229,232 ****
--- 230,234 ----
   S   273  Import Modules from Zip Archives             Ahlstrom
   S   274  Dict Comprehensions                          Warsaw
+  S   275  Switching on Multiple Values                 Lemburg