[Python-checkins] r42265 - peps/trunk/pep-0000.txt peps/trunk/pep-0342.txt peps/trunk/pep-0343.txt

neal.norwitz python-checkins at python.org
Wed Feb 8 07:22:24 CET 2006


Author: neal.norwitz
Date: Wed Feb  8 07:22:22 2006
New Revision: 42265

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0342.txt
   peps/trunk/pep-0343.txt
Log:
Guido accepted 342 and 343 at EuroPython keynote. 342 was commited.



Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Wed Feb  8 07:22:22 2006
@@ -66,7 +66,7 @@
 
  SA  308  Conditional Expressions                      GvR, Hettinger
  SA  328  Imports: Multi-Line and Absolute/Relative    Aahz
- SA  342  Coroutines via Enhanced Generators           GvR, Eby
+ SA  343  The "with" Statement                         GvR, Coghlan
 
  Open PEPs (under consideration)
 
@@ -100,7 +100,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   343  The "with" Statement                         GvR, Coghlan
  S   344  Exception Chaining and Embedded Tracebacks   Yee
  S   345  Metadata for Python Software Packages 1.2    Jones
  I   350  Codetags                                     Elliott
@@ -167,6 +166,7 @@
  SF  324  subprocess - New process module              Astrand
  SF  327  Decimal Data Type                            Batista
  SF  341  Unifying try-except and try-finally          Brandl
+ SF  342  Coroutines via Enhanced Generators           GvR, Eby
 
  Empty PEPs (or containing only an abstract)
 
@@ -392,8 +392,8 @@
  I   339  How to Change CPython's Bytecode             Cannon
  SR  340  Anonymous Block Statements                   GvR
  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
+ SF  342  Coroutines via Enhanced Generators           GvR, Eby
+ SA  343  Anonymous Block Redux and Generator Enhancements  GvR
  S   344  Exception Chaining and Embedded Tracebacks   Yee
  S   345  Metadata for Python Software Packages 1.2    Jones
  SR  346  User Defined ("with") Statements             Coghlan

Modified: peps/trunk/pep-0342.txt
==============================================================================
--- peps/trunk/pep-0342.txt	(original)
+++ peps/trunk/pep-0342.txt	Wed Feb  8 07:22:22 2006
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Guido van Rossum, Phillip J. Eby
-Status: Accepted
+Status: Final
 Type: Standards Track
 Content-Type: text/plain
 Created: 10-May-2005
@@ -572,6 +572,9 @@
     PEP is available as SourceForge patch #1223381
     (http://python.org/sf/1223381).
 
+    This patch was commited to CVS 01-02 August 2005.
+
+
 Acknowledgements
 
     Raymond Hettinger (PEP 288) and Samuele Pedroni (PEP 325) first

Modified: peps/trunk/pep-0343.txt
==============================================================================
--- peps/trunk/pep-0343.txt	(original)
+++ peps/trunk/pep-0343.txt	Wed Feb  8 07:22:22 2006
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Guido van Rossum, Nick Coghlan
-Status: Draft
+Status: Accepted
 Type: Standards Track
 Content-Type: text/plain
 Created: 13-May-2005
@@ -830,6 +830,12 @@
                        # Perform operation
 
 
+Reference Implementation
+
+    There is no implementation at this time.  This PEP was accepted
+    by Guido at his EuroPython keynote, 27 June 2005.
+
+
 References
 
     [1] http://blogs.msdn.com/oldnewthing/archive/2005/01/06/347666.aspx
@@ -862,6 +868,10 @@
     [11]
     http://mail.python.org/pipermail/python-dev/2005-October/057625.html
 
+    [12]
+    http://sourceforge.net/tracker/index.php?func=detail&aid=1223381&group_id=5470&atid=305470
+
+
 Copyright
 
     This document has been placed in the public domain.


More information about the Python-checkins mailing list