[Python-checkins] r54354 - peps/trunk/pep-0000.txt peps/trunk/pep-0275.txt

georg.brandl python-checkins at python.org
Tue Mar 13 21:13:03 CET 2007


Author: georg.brandl
Date: Tue Mar 13 21:12:59 2007
New Revision: 54354

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0275.txt
Log:
Mark PEP 275 as rejected. The "switch" PEP for Py3k, PEP 3103
is already rejected.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Tue Mar 13 21:12:59 2007
@@ -92,7 +92,6 @@
  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 @@
  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 @@
  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

Modified: peps/trunk/pep-0275.txt
==============================================================================
--- peps/trunk/pep-0275.txt	(original)
+++ peps/trunk/pep-0275.txt	Tue Mar 13 21:12:59 2007
@@ -3,12 +3,17 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: mal at 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 @@
 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
 


More information about the Python-checkins mailing list