[Python-checkins] python/nondist/peps pep-0000.txt, 1.307, 1.308 pep-0340.txt, 1.27, 1.28

gvanrossum@users.sourceforge.net gvanrossum at users.sourceforge.net
Mon May 16 02:34:35 CEST 2005


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

Modified Files:
	pep-0000.txt pep-0340.txt 
Log Message:
Rejecting PEP 340 in favor of PEP 343.

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.307
retrieving revision 1.308
diff -u -d -r1.307 -r1.308
--- pep-0000.txt	15 May 2005 19:49:01 -0000	1.307
+++ pep-0000.txt	16 May 2005 00:34:33 -0000	1.308
@@ -117,7 +117,6 @@
  S   336  Make None Callable                           McClelland
  S   337  Logging Usage in the Standard Library        Dubner
  S   338  Executing modules inside packages with '-m'  Coghlan
- S   340  Anonymous Block Statements                   GvR
  S   341  Unifying try-except and try-finally          Birkenfeld
  S   342  Enhanced Iterators                           GvR
  S   343  Anonymous Block Redux                        GvR
@@ -212,6 +211,7 @@
  SR  317  Eliminate Implicit Exception Instantiation   Taschuk
  SR  326  A Case for Top and Bottom Values             Carlson, Reedy
  SR  329  Treating Builtins as Constants in the Standard Library  Hettinger
+ SR  340  Anonymous Block Statements                   GvR
  SR  666  Reject Foolish Indentation                   Creighton
 
 
@@ -379,7 +379,7 @@
  S   337  Logging Usage in the Standard Library        Dubner
  S   338  Executing modules inside packages with '-m'  Coghlan
  I   339  How to Change CPython's Bytecode             Cannon
- S   340  Anonymous Block Statements                   GvR
+ SR  340  Anonymous Block Statements                   GvR
  S   341  Unifying try-except and try-finally          Birkenfeld
  S   342  Enhanced Iterators                           GvR
  S   343  Anonymous Block Redux                        GvR

Index: pep-0340.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0340.txt,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- pep-0340.txt	11 May 2005 22:09:37 -0000	1.27
+++ pep-0340.txt	16 May 2005 00:34:33 -0000	1.28
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Guido van Rossum
-Status: Draft
+Status: Rejected
 Type: Standards Track
 Content-Type: text/plain
 Created: 27-Apr-2005
@@ -33,6 +33,11 @@
     but the two proposals are really independent and with Steven
     Bethard's help I have moved it to a separate PEP.)
 
+Rejection Notice
+
+    I am rejecting this PEP in favor of PEP 343.  See the motivational
+    section in that PEP for the reasoning behind this rejection.
+
 Motivation and Summary
 
     (Thanks to Shane Hathaway -- Hi Shane!)



More information about the Python-checkins mailing list