[Python-checkins] python/nondist/peps pep-0000.txt, 1.306, 1.307 pep-0344.txt, 1.1, 1.2

ping@users.sourceforge.net ping at users.sourceforge.net
Sun May 15 21:49:20 CEST 2005


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

Modified Files:
	pep-0000.txt pep-0344.txt 
Log Message:
Add PEP 344.  Shorten title to make it fit in PEP 0.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -d -r1.306 -r1.307
--- pep-0000.txt	14 May 2005 00:08:19 -0000	1.306
+++ pep-0000.txt	15 May 2005 19:49:01 -0000	1.307
@@ -121,6 +121,7 @@
  S   341  Unifying try-except and try-finally          Birkenfeld
  S   342  Enhanced Iterators                           GvR
  S   343  Anonymous Block Redux                        GvR
+ S   344  Exception Chaining and Embedded Tracebacks   Yee
  S   754  IEEE 754 Floating Point Special Values       Warnes
 
  Finished PEPs (done, implemented in CVS)
@@ -382,6 +383,7 @@
  S   341  Unifying try-except and try-finally          Birkenfeld
  S   342  Enhanced Iterators                           GvR
  S   343  Anonymous Block Redux                        GvR
+ S   344  Exception Chaining and Embedded Tracebacks   Yee
  SR  666  Reject Foolish Indentation                   Creighton
  S   754  IEEE 754 Floating Point Special Values       Warnes
  I  3000  Python 3.0 Plans                             Kuchling, Cannon

Index: pep-0344.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0344.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pep-0344.txt	15 May 2005 19:30:38 -0000	1.1
+++ pep-0344.txt	15 May 2005 19:49:01 -0000	1.2
@@ -1,5 +1,5 @@
 PEP: 344
-Title: Exception Chaining and the Traceback Attribute
+Title: Exception Chaining and Embedded Tracebacks
 Version: $Revision$
 Last-Modified: $Date$
 Author: Ka-Ping Yee



More information about the Python-checkins mailing list