Reject PEP 3136.
This commit is contained in:
parent
d32e45c7e4
commit
3a1300c54b
|
@ -103,7 +103,6 @@ Index by Category
|
|||
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 @@ Index by Category
|
|||
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 @@ Numerical Index
|
|||
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
|
||||
|
||||
|
||||
|
|
10
pep-3136.txt
10
pep-3136.txt
|
@ -3,7 +3,7 @@ Title: Labeled break and continue
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Matt Chisholm <matt-python@theory.org>
|
||||
Status: Draft
|
||||
Status: Rejected
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 30-Jun-2007
|
||||
|
@ -11,6 +11,14 @@ Python-Version: 3.1
|
|||
Post-History:
|
||||
|
||||
|
||||
Rejection Notice
|
||||
================
|
||||
|
||||
This PEP is rejected.
|
||||
See http://mail.python.org/pipermail/python-3000/2007-July/008663.html.
|
||||
|
||||
|
||||
|
||||
Abstract
|
||||
========
|
||||
|
||||
|
|
Loading…
Reference in New Issue