[Python-checkins] r64282 - in peps/trunk: pep-0000.txt pep-3134.txt

guido.van.rossum python-checkins at python.org
Sat Jun 14 22:24:17 CEST 2008


Author: guido.van.rossum
Date: Sat Jun 14 22:24:17 2008
New Revision: 64282

Log:
Accept PEP 3134 (exception chaining etc.).


Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3134.txt

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Sat Jun 14 22:24:17 2008
@@ -84,6 +84,7 @@
  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 @@
  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 @@
  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

Modified: peps/trunk/pep-3134.txt
==============================================================================
--- peps/trunk/pep-3134.txt	(original)
+++ peps/trunk/pep-3134.txt	Sat Jun 14 22:24:17 2008
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Ka-Ping Yee
-Status: Draft
+Status: Accepted
 Type: Standards Track
 Content-Type: text/plain
 Created: 12-May-2005


More information about the Python-checkins mailing list