Postponed to 2.4.

This commit is contained in:
Marc-André Lemburg 2002-02-28 14:26:41 +00:00
parent b96b9c4ea3
commit 922ddea19a
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Version: $Revision$
Author: mal@lemburg.com (Marc-André Lemburg) Author: mal@lemburg.com (Marc-André Lemburg)
Status: Draft Status: Draft
Type: Standards Track Type: Standards Track
Python-Version: 2.3 Python-Version: 2.4
Created: 10-Nov-2001 Created: 10-Nov-2001
Post-History: Post-History:
@ -16,7 +16,7 @@ Abstract
Problem Problem
Up to Python 2.2, the typical way of writing multi-value switches Up to Python 2.3, the typical way of writing multi-value switches
has been to use long switch constructs of the following type: has been to use long switch constructs of the following type:
if x == 'first state': if x == 'first state':