Reject PEP 351.

This commit is contained in:
Guido van Rossum 2006-02-13 21:09:25 +00:00
parent 8854c320fa
commit 9165aef296
2 changed files with 11 additions and 3 deletions

View File

@ -105,7 +105,6 @@ Index by Category
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 @@ Index by Category
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 @@ Numerical Index
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

View File

@ -2,7 +2,7 @@ PEP: 351
Title: The freeze protocol
Version: 2.5
Author: Barry A. Warsaw <barry@python.org>
Status: Active
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
Created: 14-Apr-2005
@ -17,6 +17,14 @@ function which uses this protocol to provide an immutable copy on any
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
=========