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 paul.j3
Recipients bethard, paul.j3, tshepang
Date 2014-04-26.06:35:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398494103.34.0.408450967435.issue14074@psf.upfronthosting.co.za>
In-reply-to
Content
oops - to fix the error message that OP complained about, I need to patch '_get_action_name' as well:

    def _get_action_name(argument):
    ...
        elif argument.metavar not in (None, SUPPRESS):
            metavar = argument.metavar
            if isinstance(metavar, tuple):
                metavar = '|'.join(metavar)
            return metavar
History
Date User Action Args
2014-04-26 06:35:03paul.j3setrecipients: + paul.j3, bethard, tshepang
2014-04-26 06:35:03paul.j3setmessageid: <1398494103.34.0.408450967435.issue14074@psf.upfronthosting.co.za>
2014-04-26 06:35:03paul.j3linkissue14074 messages
2014-04-26 06:35:02paul.j3create