[Python-checkins] r42263 - peps/trunk/pep-0000.txt peps/trunk/pep-0341.txt

neal.norwitz python-checkins at python.org
Wed Feb 8 06:53:11 CET 2006


Author: neal.norwitz
Date: Wed Feb  8 06:53:10 2006
New Revision: 42263

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0341.txt
Log:
PEP 341 was commited

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Wed Feb  8 06:53:10 2006
@@ -66,7 +66,6 @@
 
  SA  308  Conditional Expressions                      GvR, Hettinger
  SA  328  Imports: Multi-Line and Absolute/Relative    Aahz
- SA  341  Unifying try-except and try-finally          Brandl
  SA  342  Coroutines via Enhanced Generators           GvR, Eby
 
  Open PEPs (under consideration)
@@ -167,6 +166,7 @@
  SF  322  Reverse Iteration                            Hettinger
  SF  324  subprocess - New process module              Astrand
  SF  327  Decimal Data Type                            Batista
+ SF  341  Unifying try-except and try-finally          Brandl
 
  Empty PEPs (or containing only an abstract)
 
@@ -391,7 +391,7 @@
  S   338  Executing modules inside packages with '-m'  Coghlan
  I   339  How to Change CPython's Bytecode             Cannon
  SR  340  Anonymous Block Statements                   GvR
- SA  341  Unifying try-except and try-finally          Brandl
+ SF  341  Unifying try-except and try-finally          Brandl
  SA  342  Coroutines via Enhanced Generators           GvR, Eby
  S   343  Anonymous Block Redux and Generator Enhancements  GvR
  S   344  Exception Chaining and Embedded Tracebacks   Yee
@@ -486,7 +486,7 @@
     Meyer, Mike              mwm at mired.org
     Montanaro, Skip          skip at pobox.com
     Moore, Paul              gustav at morpheus.demon.co.uk
-    Norwitz, Neal            neal at metaslash.com
+    Norwitz, Neal            nnorwitz at gmail.com
     Oliphant, Travis         oliphant at ee.byu.edu
     Pedroni, Samuele         pedronis at python.org
     Pelletier, Michel        michel at users.sourceforge.net

Modified: peps/trunk/pep-0341.txt
==============================================================================
--- peps/trunk/pep-0341.txt	(original)
+++ peps/trunk/pep-0341.txt	Wed Feb  8 06:53:10 2006
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Georg Brandl <g.brandl at gmx.net>
-Status: Accepted
+Status: Final
 Type: Standards Track
 Content-Type: text/plain
 Created: 04-May-2005
@@ -99,11 +99,14 @@
     However, according to Guido, it should be a piece of cake to
     implement[1] -- at least for a core hacker.
 
+    This patch was commited 17 December 2005, SVN revision 41740 [3].
+
 
 References
 
     [1] http://mail.python.org/pipermail/python-dev/2005-May/053319.html
     [2] http://python.org/sf/1355913
+    [3] http://mail.python.org/pipermail/python-checkins/2005-December/048457.html
 
 
 Copyright


More information about the Python-checkins mailing list