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 serhiy.storchaka
Recipients ezio.melotti, flox, georg.brandl, r.david.murray, serhiy.storchaka, terry.reedy
Date 2013-04-27.19:56:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367092566.15.0.949678643194.issue17825@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, there is an inconsistence between the traceback module and builtin exception print function. Behavior of traceback is intentional as noted in format_exception_only() (if this comment is not misleading).
History
Date User Action Args
2013-04-27 19:56:06serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, terry.reedy, ezio.melotti, r.david.murray, flox
2013-04-27 19:56:06serhiy.storchakasetmessageid: <1367092566.15.0.949678643194.issue17825@psf.upfronthosting.co.za>
2013-04-27 19:56:06serhiy.storchakalinkissue17825 messages
2013-04-27 19:56:06serhiy.storchakacreate