[Python-checkins] python/nondist/peps pep-3000.txt,1.16,1.17

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Thu Apr 28 22:04:35 CEST 2005


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

Modified Files:
	pep-3000.txt 
Log Message:
Add mention of exceptions getting a traceback attribute.


Index: pep-3000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-3000.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- pep-3000.txt	28 Apr 2005 18:57:40 -0000	1.16
+++ pep-3000.txt	28 Apr 2005 20:04:32 -0000	1.17
@@ -61,6 +61,7 @@
   loop variable will no longer be exposed [12]_
 * Comparisons other than ``==`` and ``!=`` between disparate types
   will raise an exception unless explicitly supported by the type [6]_
+* Exceptions will grow an attribute to store the traceback [13]_
 
 To be removed:
 
@@ -149,6 +150,9 @@
 .. [12] PEP 289 ("Generator Expressions")
    http://www.python.org/peps/pep-0289.html
 
+.. [13] python-dev email ("anonymous blocks")
+   http://mail.python.org/pipermail/python-dev/2005-April/053060.html
+
 
 Copyright
 =========



More information about the Python-checkins mailing list