Retarget PEP 275 for Python 2.6.

This commit is contained in:
Marc-André Lemburg 2006-04-29 12:24:05 +00:00
parent f3a99c8bb3
commit 7042d8aacc
1 changed files with 2 additions and 2 deletions

View File

@ -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':