diff --git a/pep-0275.txt b/pep-0275.txt index 71436911f..043ac0d60 100644 --- a/pep-0275.txt +++ b/pep-0275.txt @@ -4,7 +4,7 @@ Version: $Revision$ Author: mal@lemburg.com (Marc-André Lemburg) Status: Draft Type: Standards Track -Python-Version: 2.3 +Python-Version: 2.4 Created: 10-Nov-2001 Post-History: @@ -16,7 +16,7 @@ Abstract 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: if x == 'first state':