This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author collinwinter
Recipients collinwinter, gvanrossum
Date 2007-08-30.23:01:36
SpamBayes Score 0.14626473
Marked as misclassified No
Message-id <1188514896.49.0.507791174924.issue1066@psf.upfronthosting.co.za>
In-reply-to
Content
This does not implement __context__; it turned out to be much more
difficult than expected and will require some more thought. The new
raise syntax and the __traceback__ and __cause__ attributes are
implemented, however. This does not yet include a docs patch, though I'm
working on that now.
Files
File name Uploaded
raise.patch collinwinter, 2007-08-30.23:01:36
History
Date User Action Args
2007-08-30 23:01:36collinwintersetspambayes_score: 0.146265 -> 0.14626473
recipients: + collinwinter, gvanrossum
2007-08-30 23:01:36collinwintersetspambayes_score: 0.146265 -> 0.146265
messageid: <1188514896.49.0.507791174924.issue1066@psf.upfronthosting.co.za>
2007-08-30 23:01:36collinwinterlinkissue1066 messages
2007-08-30 23:01:36collinwintercreate