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 ethan.furman
Recipients ethan.furman, ncoghlan
Date 2012-02-28.11:00:52
SpamBayes Score 7.476647e-05
Marked as misclassified No
Message-id <1330426853.18.0.420818744947.issue14136@psf.upfronthosting.co.za>
In-reply-to
Content
Is there a better place, then, than test_cmd_line_script?

The entire purpose of PEP 409 is to allow the suppression of non-relevant information in the exception traceback.  As such I would expect every Python interpreter to adhere to it.

(Yes, I understand that custom display hooks can still do different things, but they are custom and not the default.)
History
Date User Action Args
2012-02-28 11:00:53ethan.furmansetrecipients: + ethan.furman, ncoghlan
2012-02-28 11:00:53ethan.furmansetmessageid: <1330426853.18.0.420818744947.issue14136@psf.upfronthosting.co.za>
2012-02-28 11:00:52ethan.furmanlinkissue14136 messages
2012-02-28 11:00:52ethan.furmancreate