[Python-checkins] r45807 - peps/trunk/pep-0275.txt (original) (raw)
marc-andre.lemburg python-checkins at python.org
Sat Apr 29 14:24:06 CEST 2006
- Previous message: [Python-checkins] r45806 - peps/trunk/pep-0297.txt
- Next message: [Python-checkins] r45808 - in python/trunk: Misc/NEWS Modules/expat/expat_config.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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':
- Previous message: [Python-checkins] r45806 - peps/trunk/pep-0297.txt
- Next message: [Python-checkins] r45808 - in python/trunk: Misc/NEWS Modules/expat/expat_config.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]