Accept PEP 3134 (exception chaining etc.).

This commit is contained in:
Guido van Rossum 2008-06-14 20:24:17 +00:00
parent df1744dfb6
commit 86de0a6dbe
2 changed files with 3 additions and 3 deletions

View File

@ -84,6 +84,7 @@ Index by Category
SA 3118 Revising the buffer protocol Oliphant, Banks
SA 3119 Introducing Abstract Base Classes GvR, Talin
SA 3121 Extension Module Initialization & Finalization von Löwis
SA 3134 Exception Chaining and Embedded Tracebacks Yee
SA 3137 Immutable Bytes and Mutable Buffer GvR
SA 3141 A Type Hierarchy for Numbers Yasskin
@ -97,7 +98,6 @@ Index by Category
S 364 Transitioning to the Py3K Standard Library Warsaw
S 368 Standard image protocol and class Mastrodomenico
S 369 Post import hooks Heimes
S 3134 Exception Chaining and Embedded Tracebacks Yee
S 3135 New Super Spealman, Delaney
Finished PEPs (done, implemented in Subversion)
@ -516,7 +516,7 @@ Numerical Index
SF 3131 Supporting Non-ASCII Identifiers von Löwis
SF 3132 Extended Iterable Unpacking Brandl
SR 3133 Introducing Roles Winter
S 3134 Exception Chaining and Embedded Tracebacks Yee
SA 3134 Exception Chaining and Embedded Tracebacks Yee
S 3135 New Super Spealman, Delaney
SR 3136 Labeled break and continue Chisholm
SA 3137 Immutable Bytes and Mutable Buffer GvR

View File

@ -3,7 +3,7 @@ Title: Exception Chaining and Embedded Tracebacks
Version: $Revision$
Last-Modified: $Date$
Author: Ka-Ping Yee
Status: Draft
Status: Accepted
Type: Standards Track
Content-Type: text/plain
Created: 12-May-2005