[Python-checkins] r53927 - peps/trunk/pep-0000.txt peps/trunk/pep-3103.txt

guido.van.rossum python-checkins at python.org
Mon Feb 26 01:35:12 CET 2007


Author: guido.van.rossum
Date: Mon Feb 26 01:35:06 2007
New Revision: 53927

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3103.txt
Log:
Reject PEP 3103 (switch/case statement).


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Mon Feb 26 01:35:06 2007
@@ -112,7 +112,6 @@
  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 @@
  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 @@
  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

Modified: peps/trunk/pep-3103.txt
==============================================================================
--- peps/trunk/pep-3103.txt	(original)
+++ peps/trunk/pep-3103.txt	Mon Feb 26 01:35:06 2007
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: guido at 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 @@
 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
 ========
 


More information about the Python-checkins mailing list