Mark PEP 275 as rejected. The "switch" PEP for Py3k, PEP 3103
is already rejected.
This commit is contained in:
parent
5f337943ed
commit
51dc636e9c
|
@ -92,7 +92,6 @@ Index by Category
|
||||||
S 258 Docutils Design Specification Goodger
|
S 258 Docutils Design Specification Goodger
|
||||||
S 267 Optimized Access to Module Namespaces Hylton
|
S 267 Optimized Access to Module Namespaces Hylton
|
||||||
S 268 Extended HTTP functionality and WebDAV Stein
|
S 268 Extended HTTP functionality and WebDAV Stein
|
||||||
S 275 Switching on Multiple Values Lemburg
|
|
||||||
S 280 Optimizing access to globals GvR
|
S 280 Optimizing access to globals GvR
|
||||||
S 286 Enhanced Argument Tuples von Loewis
|
S 286 Enhanced Argument Tuples von Loewis
|
||||||
I 287 reStructuredText Docstring Format Goodger
|
I 287 reStructuredText Docstring Format Goodger
|
||||||
|
@ -216,6 +215,7 @@ Index by Category
|
||||||
SR 270 uniq method for list objects Petrone
|
SR 270 uniq method for list objects Petrone
|
||||||
SR 271 Prefixing sys.path by command line option Giacometti
|
SR 271 Prefixing sys.path by command line option Giacometti
|
||||||
SW 274 Dict Comprehensions Warsaw
|
SW 274 Dict Comprehensions Warsaw
|
||||||
|
SR 275 Switching on Multiple Values Lemburg
|
||||||
SR 276 Simple Iterator for ints Althoff
|
SR 276 Simple Iterator for ints Althoff
|
||||||
SR 281 Loop Counter Iteration with range and xrange Hetland
|
SR 281 Loop Counter Iteration with range and xrange Hetland
|
||||||
SR 284 Integer for-loops Eppstein, Ewing
|
SR 284 Integer for-loops Eppstein, Ewing
|
||||||
|
@ -353,7 +353,7 @@ Numerical Index
|
||||||
IF 272 API for Block Encryption Algorithms v1.0 Kuchling
|
IF 272 API for Block Encryption Algorithms v1.0 Kuchling
|
||||||
SF 273 Import Modules from Zip Archives Ahlstrom
|
SF 273 Import Modules from Zip Archives Ahlstrom
|
||||||
SW 274 Dict Comprehensions Warsaw
|
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
|
SR 276 Simple Iterator for ints Althoff
|
||||||
SF 277 Unicode file name support for Windows NT Hodgson
|
SF 277 Unicode file name support for Windows NT Hodgson
|
||||||
SF 278 Universal Newline Support Jansen
|
SF 278 Universal Newline Support Jansen
|
||||||
|
|
|
@ -3,12 +3,17 @@ Title: Switching on Multiple Values
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: mal@lemburg.com (Marc-André Lemburg)
|
Author: mal@lemburg.com (Marc-André Lemburg)
|
||||||
Status: Draft
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Python-Version: 2.6
|
Python-Version: 2.6
|
||||||
Created: 10-Nov-2001
|
Created: 10-Nov-2001
|
||||||
Post-History:
|
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
|
Abstract
|
||||||
|
|
||||||
This PEP proposes strategies to enhance Python's performance
|
This PEP proposes strategies to enhance Python's performance
|
||||||
|
@ -327,6 +332,7 @@ Credits
|
||||||
References
|
References
|
||||||
|
|
||||||
[1] https://sourceforge.net/tracker/index.php?func=detail&aid=481118&group_id=5470&atid=305470
|
[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
|
Copyright
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue