[Python-checkins] r56453 - peps/trunk/pep-0000.txt peps/trunk/pep-3136.txt

guido.van.rossum python-checkins at python.org
Thu Jul 19 01:11:31 CEST 2007


Author: guido.van.rossum
Date: Thu Jul 19 01:11:31 2007
New Revision: 56453

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3136.txt
Log:
Reject PEP 3136.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Thu Jul 19 01:11:31 2007
@@ -103,7 +103,6 @@
  S  3118  Revising the buffer protocol                 Oliphant, Banks
  S  3134  Exception Chaining and Embedded Tracebacks   Yee
  S  3135  New Super                                    Spealman, Delaney
- S  3136  Labeled break and continue                   Chisholm
  S  3141  A Type Hierarchy for Numbers                 Yasskin
 
  Finished PEPs (done, implemented in Subversion)
@@ -271,6 +270,7 @@
  SR 3128  BList: A Faster List-like Type               Stutzbach
  SR 3130  Access to Current Module/Class/Function      Jewett
  SR 3133  Introducing Roles                            Winter
+ SR 3136  Labeled break and continue                   Chisholm
 
 
 Numerical Index
@@ -508,7 +508,7 @@
  SR 3133  Introducing Roles                            Winter
  S  3134  Exception Chaining and Embedded Tracebacks   Yee
  S  3135  New Super                                    Spealman, Delaney
- S  3136  Labeled break and continue                   Chisholm
+ SR 3136  Labeled break and continue                   Chisholm
  S  3141  A Type Hierarchy for Numbers                 Yasskin
 
 

Modified: peps/trunk/pep-3136.txt
==============================================================================
--- peps/trunk/pep-3136.txt	(original)
+++ peps/trunk/pep-3136.txt	Thu Jul 19 01:11:31 2007
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Matt Chisholm <matt-python at theory.org>
-Status: Draft
+Status: Rejected
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 30-Jun-2007
@@ -11,6 +11,14 @@
 Post-History:
 
 
+Rejection Notice
+================
+
+This PEP is rejected.
+See http://mail.python.org/pipermail/python-3000/2007-July/008663.html.
+
+
+
 Abstract
 ========
 


More information about the Python-checkins mailing list