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 ncoghlan
Recipients Rosuav, abarry, ethan.furman, georg.brandl, ncoghlan, python-dev, serhiy.storchaka, xiang.zhang
Date 2016-08-15.03:15:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471230942.99.0.586282520982.issue26823@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch, Emanuel!

The merged patch uses your implementation and the test cases you designed, with the following changes:

- I refactored the test cases so the traceback module gets tested on all implementations, with only the CPython builtin rendering tests being specific to CPython

- I added docs updates and a couple of What's New entries for the change
History
Date User Action Args
2016-08-15 03:15:43ncoghlansetrecipients: + ncoghlan, georg.brandl, ethan.furman, python-dev, Rosuav, serhiy.storchaka, xiang.zhang, abarry
2016-08-15 03:15:42ncoghlansetmessageid: <1471230942.99.0.586282520982.issue26823@psf.upfronthosting.co.za>
2016-08-15 03:15:42ncoghlanlinkissue26823 messages
2016-08-15 03:15:42ncoghlancreate