[Python-checkins] commit of r41720 - peps/trunk/pep-0000.txt

guido.van.rossum python-checkins at python.org
Fri Dec 16 22:30:37 CET 2005


Author: guido.van.rossum
Date: Fri Dec 16 22:30:36 2005
New Revision: 41720

Modified:
   peps/trunk/pep-0000.txt
Log:
Um, mark PEP 341 as accepted (but not yet implemented) here too.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Fri Dec 16 22:30:36 2005
@@ -66,6 +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  342  Coroutines via Enhanced Generators           GvR, Eby
 
  Open PEPs (under consideration)
@@ -100,7 +101,6 @@
  S   335  Overloadable Boolean Operators               Ewing
  S   337  Logging Usage in the Standard Library        Dubner
  S   338  Executing modules inside packages with '-m'  Coghlan
- S   341  Unifying try-except and try-finally          Birkenfeld
  S   343  The "with" Statement                         GvR, Coghlan
  S   344  Exception Chaining and Embedded Tracebacks   Yee
  S   345  Metadata for Python Software Packages 1.2    Jones
@@ -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
- S   341  Unifying try-except and try-finally          Birkenfeld
+ SA  341  Unifying try-except and try-finally          Birkenfeld
  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


More information about the Python-checkins mailing list