Retarget PEP 275 for Python 2.6.
This commit is contained in:
parent
f3a99c8bb3
commit
7042d8aacc
|
@ -5,7 +5,7 @@ Last-Modified: $Date$
|
|||
Author: mal@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 @@ Abstract
|
|||
|
||||
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':
|
||||
|
|
Loading…
Reference in New Issue