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, docs@python, dsuch
Date 2010-10-25.07:34:37
SpamBayes Score 0.000617535
Marked as misclassified No
Message-id <1287992093.19.0.318259102545.issue10190@psf.upfronthosting.co.za>
In-reply-to
Content
Could you elaborate a little on what you use it for? The argparse module only uses this for pretty __repr__ on the various objects. (And in fact, it looks like it's gotten a little out of sync - "required" is missing from Action, and a number of things are missing from ArgumentParser.)
History
Date User Action Args
2010-10-25 07:34:53bethardsetrecipients: + bethard, dsuch, docs@python
2010-10-25 07:34:53bethardsetmessageid: <1287992093.19.0.318259102545.issue10190@psf.upfronthosting.co.za>
2010-10-25 07:34:37bethardlinkissue10190 messages
2010-10-25 07:34:37bethardcreate