[Python-checkins] r42350 - peps/trunk/pep-0000.txt peps/trunk/pep-0351.txt

guido.van.rossum python-checkins at python.org
Mon Feb 13 22:09:26 CET 2006


Author: guido.van.rossum
Date: Mon Feb 13 22:09:25 2006
New Revision: 42350

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0351.txt
Log:
Reject PEP 351.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Mon Feb 13 22:09:25 2006
@@ -105,7 +105,6 @@
  S   344  Exception Chaining and Embedded Tracebacks   Yee
  S   345  Metadata for Python Software Packages 1.2    Jones
  I   350  Codetags                                     Elliott
- S   351  The freeze protocol                          Warsaw
  S   353  Using ssize_t as the index type              von Loewis
  S   354  Enumerations in Python                       Finney
  S   355  Path - Object oriented filesystem paths      Lindqvist
@@ -225,6 +224,7 @@
  SR  346  User Defined ("with") Statements             Coghlan
  SR  348  Exception Reorganization for Python 3.0      Cannon
  SD  349  Allow str() to return unicode strings        Schemenauer
+ SR  351  The freeze protocol                          Warsaw
  SR  666  Reject Foolish Indentation                   Creighton
 
 
@@ -403,7 +403,7 @@
  SR  348  Exception Reorganization for Python 3.0      Cannon
  SD  349  Allow str() to return unicode strings        Schemenauer
  I   350  Codetags                                     Elliott
- S   351  The freeze protocol                          Warsaw
+ SR  351  The freeze protocol                          Warsaw
  SA  352  Required Superclass for Exceptions           GvR, Cannon
  S   353  Using ssize_t as the index type              von Loewis
  S   354  Enumerations in Python                       Finney

Modified: peps/trunk/pep-0351.txt
==============================================================================
--- peps/trunk/pep-0351.txt	(original)
+++ peps/trunk/pep-0351.txt	Mon Feb 13 22:09:25 2006
@@ -2,7 +2,7 @@
 Title: The freeze protocol
 Version: 2.5
 Author: Barry A. Warsaw <barry at python.org>
-Status: Active
+Status: Rejected
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 14-Apr-2005
@@ -17,6 +17,14 @@
 cooperating object.
 
 
+Rejection Notice
+================
+
+This PEP was rejected.  For a rationale, see `this thread on python-dev`_.
+
+.. _this thread on python-dev: http://mail.python.org/pipermail/python-dev/2006-February/060793.html
+
+
 Rationale
 =========
 


More information about the Python-checkins mailing list