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

reinhold.birkenfeld python-checkins at python.org
Sun Jan 8 22:12:10 CET 2006


Author: reinhold.birkenfeld
Date: Sun Jan  8 22:12:09 2006
New Revision: 41980

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0340.txt
   peps/trunk/pep-0341.txt
Log:
s/Birkenfeld/Brandl/



Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Sun Jan  8 22:12:09 2006
@@ -66,7 +66,7 @@
 
  SA  308  Conditional Expressions                      GvR, Hettinger
  SA  328  Imports: Multi-Line and Absolute/Relative    Aahz
- SA  341  Unifying try-except and try-finally          Birkenfeld
+ SA  341  Unifying try-except and try-finally          Brandl
  SA  342  Coroutines via Enhanced Generators           GvR, Eby
 
  Open PEPs (under consideration)
@@ -388,7 +388,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          Birkenfeld
+ SA  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
@@ -431,7 +431,7 @@
     Batista, Facundo         facundo at taniquetil.com.ar
     Baxter, Anthony          anthony at interlink.com.au
     Bellman, Thomas          bellman+pep-divmod at lysator.liu.se
-    Birkenfeld, Reinhold     reinhold-birkenfeld-nospam at wolke7.net
+    Brandl, Georg            g.brandl at gmx.net
     Cannon, Brett            brett at python.org
     Carlson, Josiah          jcarlson at uci.edu
     Carroll, W Isaac         icarroll at pobox.com

Modified: peps/trunk/pep-0340.txt
==============================================================================
--- peps/trunk/pep-0340.txt	(original)
+++ peps/trunk/pep-0340.txt	Sun Jan  8 22:12:09 2006
@@ -544,7 +544,7 @@
     Booth, Fredrik Lundh, Greg Ewing, Holger Krekel, Jason Diamond,
     Jim Jewett, Josiah Carlson, Ka-Ping Yee, Michael Chermside,
     Michael Hudson, Neil Schemenauer, Nick Coghlan, Paul Moore,
-    Phillip Eby, Raymond Hettinger, Reinhold Birkenfeld, Samuele
+    Phillip Eby, Raymond Hettinger, Georg Brandl, Samuele
     Pedroni, Shannon Behrens, Skip Montanaro, Steven Bethard, Terry
     Reedy, Tim Delaney, Aahz, and others.  Thanks all for the valuable
     contributions!

Modified: peps/trunk/pep-0341.txt
==============================================================================
--- peps/trunk/pep-0341.txt	(original)
+++ peps/trunk/pep-0341.txt	Sun Jan  8 22:12:09 2006
@@ -2,7 +2,7 @@
 Title: Unifying try-except and try-finally
 Version: $Revision$
 Last-Modified: $Date$
-Author: Reinhold Birkenfeld <reinhold-birkenfeld-nospam at wolke7.net>
+Author: Georg Brandl <g.brandl at gmx.net>
 Status: Accepted
 Type: Standards Track
 Content-Type: text/plain


More information about the Python-checkins mailing list