Author: collin.winter Date: Fri Aug 31 02:17:44 2007 New Revision: 57785 Modified: peps/trunk/pep-3134.txt Log: Update PEP 3134 to reflect its partial implementation. Modified: peps/trunk/pep-3134.txt ============================================================================== --- peps/trunk/pep-3134.txt (original) +++ peps/trunk/pep-3134.txt Fri Aug 31 02:17:44 2007 @@ -483,6 +483,12 @@ argument instead of the type, value, and traceback arguments. +Implementation + + The __traceback__ and __cause__ attributes and the new raise syntax were + implemented in revision 57783 [14]. + + Acknowledgements Brett Cannon, Greg Ewing, Guido van Rossum, Jeremy Hylton, Phillip @@ -530,6 +536,9 @@ [13] Adam Olsen suggests using a weakref from stack frame to exception http://mail.python.org/pipermail/python-3000/2007-January/005363.html + [14] Patch to implement the bulk of the PEP + http://svn.python.org/view/python/branches/py3k/Include/?rev=57783&view=rev + Copyright
participants (1)
-
collin.winter