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 rbcollins
Recipients adaptivelogic, eric.snow, gvanrossum, mahmoud, martius, ncoghlan, ned.deily, pitrou, python-dev, rbcollins, rhettinger, vstinner, xonatius, yselivanov
Date 2015-03-05.01:53:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425520384.42.0.489044922769.issue17911@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, cgitb - its passing a string instead of an exception type into format_exception - something that was never supported - it only works by accident AFAICT, because the old format code was ignoring the etype - it was deriving the type from the value. Thats easy to accomodate in the compat code.
History
Date User Action Args
2015-03-05 01:53:04rbcollinssetrecipients: + rbcollins, gvanrossum, rhettinger, ncoghlan, pitrou, vstinner, ned.deily, python-dev, eric.snow, mahmoud, yselivanov, adaptivelogic, martius, xonatius
2015-03-05 01:53:04rbcollinssetmessageid: <1425520384.42.0.489044922769.issue17911@psf.upfronthosting.co.za>
2015-03-05 01:53:04rbcollinslinkissue17911 messages
2015-03-05 01:53:03rbcollinscreate