[Python-checkins] r45807 - peps/trunk/pep-0275.txt

marc-andre.lemburg python-checkins at python.org
Sat Apr 29 14:24:06 CEST 2006


Author: marc-andre.lemburg
Date: Sat Apr 29 14:24:05 2006
New Revision: 45807

Modified:
   peps/trunk/pep-0275.txt
Log:
Retarget PEP 275 for Python 2.6.



Modified: peps/trunk/pep-0275.txt
==============================================================================
--- peps/trunk/pep-0275.txt	(original)
+++ peps/trunk/pep-0275.txt	Sat Apr 29 14:24:05 2006
@@ -5,7 +5,7 @@
 Author: mal at lemburg.com (Marc-André Lemburg)
 Status: Draft
 Type: Standards Track
-Python-Version: 2.4
+Python-Version: 2.6
 Created: 10-Nov-2001
 Post-History: 
 
@@ -17,7 +17,7 @@
 
 Problem
 
-    Up to Python 2.3, the typical way of writing multi-value switches 
+    Up to Python 2.5, the typical way of writing multi-value switches 
     has been to use long switch constructs of the following type:
 
     if x == 'first state':


More information about the Python-checkins mailing list