Mark PEP 275 as rejected. The "switch" PEP for Py3k, PEP 3103

is already rejected.
This commit is contained in:
Georg Brandl 2007-03-13 20:12:59 +00:00
parent 5f337943ed
commit 51dc636e9c
2 changed files with 9 additions and 3 deletions

View File

@ -92,7 +92,6 @@ Index by Category
S 258 Docutils Design Specification Goodger
S 267 Optimized Access to Module Namespaces Hylton
S 268 Extended HTTP functionality and WebDAV Stein
S 275 Switching on Multiple Values Lemburg
S 280 Optimizing access to globals GvR
S 286 Enhanced Argument Tuples von Loewis
I 287 reStructuredText Docstring Format Goodger
@ -216,6 +215,7 @@ Index by Category
SR 270 uniq method for list objects Petrone
SR 271 Prefixing sys.path by command line option Giacometti
SW 274 Dict Comprehensions Warsaw
SR 275 Switching on Multiple Values Lemburg
SR 276 Simple Iterator for ints Althoff
SR 281 Loop Counter Iteration with range and xrange Hetland
SR 284 Integer for-loops Eppstein, Ewing
@ -353,7 +353,7 @@ Numerical Index
IF 272 API for Block Encryption Algorithms v1.0 Kuchling
SF 273 Import Modules from Zip Archives Ahlstrom
SW 274 Dict Comprehensions Warsaw
S 275 Switching on Multiple Values Lemburg
SR 275 Switching on Multiple Values Lemburg
SR 276 Simple Iterator for ints Althoff
SF 277 Unicode file name support for Windows NT Hodgson
SF 278 Universal Newline Support Jansen

View File

@ -3,12 +3,17 @@ Title: Switching on Multiple Values
Version: $Revision$
Last-Modified: $Date$
Author: mal@lemburg.com (Marc-André Lemburg)
Status: Draft
Status: Rejected
Type: Standards Track
Python-Version: 2.6
Created: 10-Nov-2001
Post-History:
Rejection Notice
A similar PEP for Python 3000, PEP 3103 [2], was already rejected,
so this proposal has no chance of being accepted either.
Abstract
This PEP proposes strategies to enhance Python's performance
@ -327,6 +332,7 @@ Credits
References
[1] https://sourceforge.net/tracker/index.php?func=detail&aid=481118&group_id=5470&atid=305470
[2] http://www.python.org/dev/peps/pep-3103
Copyright