Update PEP 3134 to reflect its partial implementation.

This commit is contained in:
Collin Winter 2007-08-31 00:17:44 +00:00
parent 6f6569dd17
commit 0abb2d6461
1 changed files with 9 additions and 0 deletions

View File

@ -483,6 +483,12 @@ Possible Future Incompatible Changes
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 @@ References
[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