s/Birkenfeld/Brandl/
This commit is contained in:
parent
d10d18f7f1
commit
a6c22be775
|
@ -66,7 +66,7 @@ Index by Category
|
|||
|
||||
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 @@ Numerical Index
|
|||
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 @@ Owners
|
|||
Batista, Facundo facundo@taniquetil.com.ar
|
||||
Baxter, Anthony anthony@interlink.com.au
|
||||
Bellman, Thomas bellman+pep-divmod@lysator.liu.se
|
||||
Birkenfeld, Reinhold reinhold-birkenfeld-nospam@wolke7.net
|
||||
Brandl, Georg g.brandl@gmx.net
|
||||
Cannon, Brett brett@python.org
|
||||
Carlson, Josiah jcarlson@uci.edu
|
||||
Carroll, W Isaac icarroll@pobox.com
|
||||
|
|
|
@ -544,7 +544,7 @@ Acknowledgements
|
|||
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!
|
||||
|
|
|
@ -2,7 +2,7 @@ PEP: 341
|
|||
Title: Unifying try-except and try-finally
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Reinhold Birkenfeld <reinhold-birkenfeld-nospam@wolke7.net>
|
||||
Author: Georg Brandl <g.brandl@gmx.net>
|
||||
Status: Accepted
|
||||
Type: Standards Track
|
||||
Content-Type: text/plain
|
||||
|
|
Loading…
Reference in New Issue