PEP 348 has been rejected.

This commit is contained in:
Brett Cannon 2005-08-26 06:01:04 +00:00
parent fb89a4ee52
commit cb0f99bfd6
2 changed files with 8 additions and 3 deletions

View File

@ -104,7 +104,6 @@ Index by Category
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
S 348 Exception Reorganization for Python 3.0 Cannon
S 349 Allow str() to return unicode strings Schemenauer
S 754 IEEE 754 Floating Point Special Values Warnes
@ -217,6 +216,7 @@ Index by Category
SR 336 Make None Callable McClelland
SR 340 Anonymous Block Statements GvR
SR 346 User Defined ("with") Statements Coghlan
SR 348 Exception Reorganization for Python 3.0 Cannon
SR 666 Reject Foolish Indentation Creighton
@ -392,7 +392,7 @@ Numerical Index
S 345 Metadata for Python Software Packages 1.2 Jones
SR 346 User Defined ("with") Statements Coghlan
P 347 Migrating the Python CVS to Subversion von Löwis
S 348 Exception Reorganization for Python 3.0 Cannon
SR 348 Exception Reorganization for Python 3.0 Cannon
S 349 Allow str() to return unicode strings Schemenauer
SR 666 Reject Foolish Indentation Creighton
S 754 IEEE 754 Floating Point Special Values Warnes

View File

@ -3,7 +3,7 @@ Title: Exception Reorganization for Python 3.0
Version: $Revision$
Last-Modified: $Date$
Author: Brett Cannon <brett@python.org>
Status: Draft
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
Created: 28-Jul-2005
@ -11,6 +11,8 @@ Post-History:
.. |2.x| replace:: 2.5
.. note:: This PEP as been rejected [#rejected]_.
Abstract
========
@ -508,6 +510,9 @@ References
.. [#tutorial] Python Tutorial
http://docs.python.org/tut/tut.html
.. [#rejected] python-dev email (Bare except clauses in PEP 348)
http://mail.python.org/pipermail/python-dev/2005-August/055676.html
Copyright
=========