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 michael.foord
Recipients benjamin.peterson, michael.foord
Date 2009-05-12.12:25:13
SpamBayes Score 8.816094e-05
Marked as misclassified No
Message-id <1242131115.45.0.350876724605.issue6001@psf.upfronthosting.co.za>
In-reply-to
Content
The usage information in TestProgram in this patch is not correct. 

If __name__ != __main__ it should be unchanged - the new usage message
should only be displayed if unittest is run as __main__.
History
Date User Action Args
2009-05-12 12:25:15michael.foordsetrecipients: + michael.foord, benjamin.peterson
2009-05-12 12:25:15michael.foordsetmessageid: <1242131115.45.0.350876724605.issue6001@psf.upfronthosting.co.za>
2009-05-12 12:25:13michael.foordlinkissue6001 messages
2009-05-12 12:25:13michael.foordcreate