Update PEP 3134 to reflect its partial implementation.
This commit is contained in:
parent
6f6569dd17
commit
0abb2d6461
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue