[Python-checkins] python/nondist/peps pep-0000.txt, 1.342, 1.343 pep-0348.txt, 1.9, 1.10
bcannon@users.sourceforge.net
bcannon at users.sourceforge.net
Fri Aug 26 08:01:15 CEST 2005
Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11676
Modified Files:
pep-0000.txt pep-0348.txt
Log Message:
PEP 348 has been rejected.
Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.342
retrieving revision 1.343
diff -u -d -r1.342 -r1.343
--- pep-0000.txt 22 Aug 2005 21:12:08 -0000 1.342
+++ pep-0000.txt 26 Aug 2005 06:01:04 -0000 1.343
@@ -104,7 +104,6 @@
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 @@
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 @@
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
Index: pep-0348.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0348.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- pep-0348.txt 16 Aug 2005 06:21:51 -0000 1.9
+++ pep-0348.txt 26 Aug 2005 06:01:04 -0000 1.10
@@ -3,7 +3,7 @@
Version: $Revision$
Last-Modified: $Date$
Author: Brett Cannon <brett at python.org>
-Status: Draft
+Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
Created: 28-Jul-2005
@@ -11,6 +11,8 @@
.. |2.x| replace:: 2.5
+.. note:: This PEP as been rejected [#rejected]_.
+
Abstract
========
@@ -508,6 +510,9 @@
.. [#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
=========
More information about the Python-checkins
mailing list