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 r.david.murray
Recipients Brett.Hannigan, barry, bethard, derks, paul.j3, r.david.murray
Date 2015-04-14.13:36:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429018613.25.0.0587240971688.issue22848@psf.upfronthosting.co.za>
In-reply-to
Content
I believe BJ is saying the same thing that Paul is, that SUPPRESS could omit the subparser from the list of subparsers.  I haven't checked, but I believe this means that the proposed patch doesn't do anything other than what omitting the help would do, so a different patch is required to remove the subparser from the list of subparsers in the help.
History
Date User Action Args
2015-04-14 13:36:53r.david.murraysetrecipients: + r.david.murray, barry, bethard, derks, paul.j3, Brett.Hannigan
2015-04-14 13:36:53r.david.murraysetmessageid: <1429018613.25.0.0587240971688.issue22848@psf.upfronthosting.co.za>
2015-04-14 13:36:53r.david.murraylinkissue22848 messages
2015-04-14 13:36:53r.david.murraycreate