[Python-checkins] python/nondist/peps pep-0343.txt, 1.31, 1.32 pep-0000.txt, 1.349, 1.350

ncoghlan@users.sourceforge.net ncoghlan at users.sourceforge.net
Mon Oct 17 11:15:10 CEST 2005


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17998

Modified Files:
	pep-0343.txt pep-0000.txt 
Log Message:
Revert PEP 343 to draft status until Guido is happy with the update

Index: pep-0343.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0343.txt,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- pep-0343.txt	16 Oct 2005 07:35:50 -0000	1.31
+++ pep-0343.txt	17 Oct 2005 09:15:06 -0000	1.32
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Guido van Rossum, Nick Coghlan
-Status: Accepted
+Status: Draft
 Type: Standards Track
 Content-Type: text/plain
 Created: 13-May-2005
@@ -16,7 +16,8 @@
 
     The PEP has been approved in principle by the BDFL, but there are
     still a couple of implementation details to be worked out (see the
-    section on Open Issues).
+    section on Open Issues). It's been reverted to Draft status until
+    those issues have been settled to Guido's satisfaction.
 
 Author's Note
 

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -d -r1.349 -r1.350
--- pep-0000.txt	16 Oct 2005 12:21:08 -0000	1.349
+++ pep-0000.txt	17 Oct 2005 09:15:06 -0000	1.350
@@ -66,7 +66,6 @@
  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)
 
@@ -101,6 +100,7 @@
  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
  P   347  Migrating the Python CVS to Subversion       von Löwis
@@ -388,7 +388,7 @@
  SR  340  Anonymous Block Statements                   GvR
  S   341  Unifying try-except and try-finally          Birkenfeld
  SA  342  Coroutines via Enhanced Generators           GvR, Eby
- SA  343  Anonymous Block Redux and Generator Enhancements  GvR
+ S   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



More information about the Python-checkins mailing list