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 pitrou
Recipients Claudiu.Popa, bquinlan, cool-RR, josh.r, pitrou
Date 2015-01-17.17:54:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421517275.04.0.231098573947.issue21817@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, here are some comments about the patch:

- RemoteTraceback, ExceptionWithTraceback, rebuild_exc should be private (i.e. with a leading underscore)
- in test_traceback, you can use the context manager form of assertRaises instead of the try..except..else construct
History
Date User Action Args
2015-01-17 17:54:35pitrousetrecipients: + pitrou, bquinlan, cool-RR, Claudiu.Popa, josh.r
2015-01-17 17:54:35pitrousetmessageid: <1421517275.04.0.231098573947.issue21817@psf.upfronthosting.co.za>
2015-01-17 17:54:35pitroulinkissue21817 messages
2015-01-17 17:54:34pitroucreate