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 ncoghlan
Recipients ethan.furman, ncoghlan
Date 2012-02-28.10:44:02
SpamBayes Score 0.0011290989
Marked as misclassified No
Message-id <1330425843.0.0.613436442022.issue14136@psf.upfronthosting.co.za>
In-reply-to
Content
It's about separating out the testing of the command line executable (i.e. test_cmd_line and test_cmd_line_script) from that of the interpreter's internal behaviour.

test_raise is about making sure the "raise" statement works correctly - the new test isn't testing that, it's testing the display code in the command line interface.

A non-CPython interpreter must conform exactly to test_raise, but conforming to test_cmd_line(_script) is less essential.
History
Date User Action Args
2012-02-28 10:44:03ncoghlansetrecipients: + ncoghlan, ethan.furman
2012-02-28 10:44:02ncoghlansetmessageid: <1330425843.0.0.613436442022.issue14136@psf.upfronthosting.co.za>
2012-02-28 10:44:02ncoghlanlinkissue14136 messages
2012-02-28 10:44:02ncoghlancreate