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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, r.david.murray
Date 2012-04-23.22:08:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335218926.02.0.26583807706.issue14655@psf.upfronthosting.co.za>
In-reply-to
Content
Why not reuse format_exception(exc)?
in 2.7 you could write "raise type, value, traceback", or "raise value".
I suggest that traceback.format_exception take the same route, and accept both (type, value, traceback) and (value).
History
Date User Action Args
2012-04-23 22:08:46amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, r.david.murray
2012-04-23 22:08:46amaury.forgeotdarcsetmessageid: <1335218926.02.0.26583807706.issue14655@psf.upfronthosting.co.za>
2012-04-23 22:08:45amaury.forgeotdarclinkissue14655 messages
2012-04-23 22:08:45amaury.forgeotdarccreate