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 vinay.sajip
Recipients ggenellina, guettli, hoffman, news1234, pakal, r.david.murray, vinay.sajip, ysj.ray
Date 2010-08-26.13:31:20
SpamBayes Score 0.0033016156
Marked as misclassified No
Message-id <1282829482.0.0.823978592887.issue1553375@psf.upfronthosting.co.za>
In-reply-to
Content
This functionality would be useful in format_exception(), too, so it might be better to implement in format_exception_only(). This latter function formats the exception part of a traceback, so it makes sense to implement it here.

I would prefer "fullstack" to "full" as it's clearer what the 'full' pertains to. An alternative might be "upperframes" or "allframes".
History
Date User Action Args
2010-08-26 13:37:58vinay.sajipunlinkissue1553375 messages
2010-08-26 13:31:22vinay.sajipsetrecipients: + vinay.sajip, guettli, hoffman, ggenellina, pakal, r.david.murray, news1234, ysj.ray
2010-08-26 13:31:22vinay.sajipsetmessageid: <1282829482.0.0.823978592887.issue1553375@psf.upfronthosting.co.za>
2010-08-26 13:31:20vinay.sajiplinkissue1553375 messages
2010-08-26 13:31:20vinay.sajipcreate