Reject PEP 3103 (switch/case statement).
This commit is contained in:
parent
9f0f4ed77c
commit
89710fca07
|
@ -112,7 +112,6 @@ Index by Category
|
|||
S 362 Function Signature Object Cannon, Seo
|
||||
S 754 IEEE 754 Floating Point Special Values Warnes
|
||||
S 3101 Advanced String Formatting Talin
|
||||
S 3103 A Switch/Case Statement GvR
|
||||
S 3104 Access to Names in Outer Scopes Yee
|
||||
I 3108 Standard Library Reorganization Cannon
|
||||
|
||||
|
@ -248,6 +247,7 @@ Index by Category
|
|||
SW 359 The "make" Statement Bethard
|
||||
SR 363 Syntax For Dynamic Attribute Access North
|
||||
SR 666 Reject Foolish Indentation Creighton
|
||||
SR 3103 A Switch/Case Statement GvR
|
||||
|
||||
|
||||
Numerical Index
|
||||
|
@ -447,7 +447,7 @@ Numerical Index
|
|||
I 3100 Python 3.0 Plans Kuchling, Cannon
|
||||
S 3101 Advanced String Formatting Talin
|
||||
SA 3102 Keyword-Only Arguments Talin
|
||||
S 3103 A Switch/Case Statement GvR
|
||||
SR 3103 A Switch/Case Statement GvR
|
||||
S 3104 Access to Names in Outer Scopes Yee
|
||||
SF 3105 Make print a function Brandl
|
||||
S 3106 Revamping dict.keys(), .values() and .items() GvR
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: A Switch/Case Statement
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: guido@python.org (Guido van Rossum)
|
||||
Status: Draft
|
||||
Status: Rejected
|
||||
Type: Standards Track
|
||||
Python-Version: 3.0
|
||||
Content-Type: text/x-rst
|
||||
|
@ -11,6 +11,13 @@ Created: 25-Jun-2006
|
|||
Post-History: 26-Jun-2006
|
||||
|
||||
|
||||
Rejection Notice
|
||||
================
|
||||
|
||||
A quick poll during my keynote presentation at PyCon 2007 shows this
|
||||
proposal has no popular support. I therefore reject it.
|
||||
|
||||
|
||||
Abstract
|
||||
========
|
||||
|
||||
|
|
Loading…
Reference in New Issue