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 martin.panter
Recipients berker.peksag, bethard, martin.panter, paul.j3, serhiy.storchaka
Date 2015-03-23.04:27:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427084867.09.0.381455220513.issue23062@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy, there is already a test for that:

class TestHelpVersionAction(HelpTestCase):
    """Test the default help for the version action"""

So I still think the test is redundant, unless it is made to exercise help=SUPPRESS, as Berker’s patch does.
History
Date User Action Args
2015-03-23 04:27:47martin.pantersetrecipients: + martin.panter, bethard, berker.peksag, paul.j3, serhiy.storchaka
2015-03-23 04:27:47martin.pantersetmessageid: <1427084867.09.0.381455220513.issue23062@psf.upfronthosting.co.za>
2015-03-23 04:27:47martin.panterlinkissue23062 messages
2015-03-23 04:27:47martin.pantercreate