[issue1066] Implement PEPs 3109, 3134

2007-08-30 Thread Collin Winter
Collin Winter added the comment: Committed as r57783. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1066] Implement PEPs 3109, 3134

2007-08-30 Thread Collin Winter
Changes by Collin Winter: -- status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue1066] Implement PEPs 3109, 3134

2007-08-30 Thread Guido van Rossum
Guido van Rossum added the comment: Please check it in yourself. -- assignee: gvanrossum -> collinwinter resolution: -> accepted __ Tracker <[EMAIL PROTECTED]> __

[issue1066] Implement PEPs 3109, 3134

2007-08-30 Thread Collin Winter
Changes by Collin Winter: __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/pytho

[issue1066] Implement PEPs 3109, 3134

2007-08-30 Thread Collin Winter
Changes by Collin Winter: __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/pytho

[issue1066] Implement PEPs 3109, 3134

2007-08-30 Thread Collin Winter
New submission from Collin Winter: 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, t