PEP 341 was commited
This commit is contained in:
parent
93c9baf032
commit
232cf49ebf
|
@ -66,7 +66,6 @@ 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 Brandl
|
||||
SA 342 Coroutines via Enhanced Generators GvR, Eby
|
||||
|
||||
Open PEPs (under consideration)
|
||||
|
@ -167,6 +166,7 @@ Index by Category
|
|||
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 @@ 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 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 @@ Owners
|
|||
Meyer, Mike mwm@mired.org
|
||||
Montanaro, Skip skip@pobox.com
|
||||
Moore, Paul gustav@morpheus.demon.co.uk
|
||||
Norwitz, Neal neal@metaslash.com
|
||||
Norwitz, Neal nnorwitz@gmail.com
|
||||
Oliphant, Travis oliphant@ee.byu.edu
|
||||
Pedroni, Samuele pedronis@python.org
|
||||
Pelletier, Michel michel@users.sourceforge.net
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Unifying try-except and try-finally
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Georg Brandl <g.brandl@gmx.net>
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/plain
|
||||
Created: 04-May-2005
|
||||
|
@ -99,11 +99,14 @@ Implementation
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue