[Python-checkins] r55997 - peps/trunk/pep-0000.txt peps/trunk/pep-0210.txt peps/trunk/pep-0220.txt

brett.cannon python-checkins at python.org
Fri Jun 15 23:37:26 CEST 2007


Author: brett.cannon
Date: Fri Jun 15 23:37:20 2007
New Revision: 55997

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0210.txt
   peps/trunk/pep-0220.txt
Log:
Reject long-standing empty PEPs.  Also allows for the removal of the empty PEP
section from the categorical index.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Fri Jun 15 23:37:20 2007
@@ -178,22 +178,19 @@
  SF 3129  Class Decorators                             Winter
  SF 3132  Extended Iterable Unpacking                  Brandl
 
- Empty PEPs (or containing only an abstract)
-
- SD  210  Decoupling the Interpreter Loop              Ascher
- ID  220  Coroutines, Generators, Continuations        McMillan
-
  Deferred, Abandoned, Withdrawn, and Rejected PEPs
 
  SR  204  Range Literals                               Wouters
  IW  206  Python Advanced Library                      Kuchling
  SW  209  Adding Multidimensional Arrays               Barrett, Oliphant
+ SR  210  Decoupling the Interpreter Loop              Ascher
  SD  211  Adding A New Outer Product Operator          Wilson
  SD  212  Loop Counter Iteration                       Schneider-Kamp
  SD  213  Attribute Access Handlers                    Prescod
  SR  215  String Interpolation                         Yee
  IR  216  Docstring Format                             Zadka
  SD  219  Stackless Python                             McMillan
+ IR  220  Coroutines, Generators, Continuations        McMillan
  SD  222  Web Library Enhancements                     Kuchling
  SR  224  Attribute Docstrings                         Lemburg
  SD  225  Elementwise/Objectwise Operators             Zhu, Lielens
@@ -309,7 +306,7 @@
  SF  207  Rich Comparisons                             GvR, Ascher
  SF  208  Reworking the Coercion Model                 Schemenauer, Lemburg
  SW  209  Adding Multidimensional Arrays               Barrett, Oliphant
- SD  210  Decoupling the Interpreter Loop              Ascher
+ SR  210  Decoupling the Interpreter Loop              Ascher
  SD  211  Adding A New Outer Product Operator          Wilson
  SD  212  Loop Counter Iteration                       Schneider-Kamp
  SD  213  Attribute Access Handlers                    Prescod
@@ -319,7 +316,7 @@
  SF  217  Display Hook for Interactive Use             Zadka
  SF  218  Adding a Built-In Set Object Type            Wilson, Hettinger
  SD  219  Stackless Python                             McMillan
- ID  220  Coroutines, Generators, Continuations        McMillan
+ IR  220  Coroutines, Generators, Continuations        McMillan
  SF  221  Import As                                    Wouters
  SD  222  Web Library Enhancements                     Kuchling
  SF  223  Change the Meaning of \x Escapes             Peters

Modified: peps/trunk/pep-0210.txt
==============================================================================
--- peps/trunk/pep-0210.txt	(original)
+++ peps/trunk/pep-0210.txt	Fri Jun 15 23:37:20 2007
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: davida at activestate.com (David Ascher)
-Status: Deferred
+Status: Rejected
 Type: Standards Track
 Python-Version: 2.1
 Created: 15-Jul-2000

Modified: peps/trunk/pep-0220.txt
==============================================================================
--- peps/trunk/pep-0220.txt	(original)
+++ peps/trunk/pep-0220.txt	Fri Jun 15 23:37:20 2007
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: gmcm at hypernet.com (Gordon McMillan)
-Status: Active
+Status: Rejected
 Type: Informational
 Created: 14-Aug-2000
 Post-History:


More information about the Python-checkins mailing list