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 bethard
Recipients bethard, geoffreyspear, petri.lehtinen, tshepang
Date 2012-02-21.22:35:24
SpamBayes Score 0.15294804
Marked as misclassified No
Message-id <1329863725.26.0.535063057487.issue14075@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, the intention was that you could just override _get_args in a subclass to get a better __repr__. I think these days all the argparse classes only have keyword arguments, so _get_args probably isn't necessary anymore.
History
Date User Action Args
2012-02-21 22:35:25bethardsetrecipients: + bethard, tshepang, geoffreyspear, petri.lehtinen
2012-02-21 22:35:25bethardsetmessageid: <1329863725.26.0.535063057487.issue14075@psf.upfronthosting.co.za>
2012-02-21 22:35:24bethardlinkissue14075 messages
2012-02-21 22:35:24bethardcreate