[Python-checkins] python/nondist/peps pep-0000.txt,1.335,1.336

bcannon@users.sourceforge.net bcannon at users.sourceforge.net
Thu Aug 4 05:35:22 CEST 2005


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

Modified Files:
	pep-0000.txt 
Log Message:
Add PEP 348.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -d -r1.335 -r1.336
--- pep-0000.txt	28 Jun 2005 08:31:08 -0000	1.335
+++ pep-0000.txt	4 Aug 2005 03:35:19 -0000	1.336
@@ -103,6 +103,7 @@
  S   341  Unifying try-except and try-finally          Birkenfeld
  S   344  Exception Chaining and Embedded Tracebacks   Yee
  S   345  Metadata for Python Software Packages 1.2    Jones
+ S   348  Exception Reorganization for Python 3.0      Cannon
  S   754  IEEE 754 Floating Point Special Values       Warnes
 
  Finished PEPs (done, implemented in CVS)
@@ -388,6 +389,7 @@
  S   344  Exception Chaining and Embedded Tracebacks   Yee
  S   345  Metadata for Python Software Packages 1.2    Jones
  SR  346  User Defined ("with") Statements             Coghlan
+ S   348  Exception Reorganization for Python 3.0      Cannon
  SR  666  Reject Foolish Indentation                   Creighton
  S   754  IEEE 754 Floating Point Special Values       Warnes
  I  3000  Python 3.0 Plans                             Kuchling, Cannon



More information about the Python-checkins mailing list