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 rhettinger
Recipients barry, bethard, desbma, paul.j3, rhettinger
Date 2015-11-03.17:44:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446572645.47.0.0102988491311.issue25061@psf.upfronthosting.co.za>
In-reply-to
Content
IMO, this adds more complexity than it solves.   Argparse already has more options than people can remember.  Also, it isn't clear whether this logic should go into the parser or into the business logic (consider for example that the requests package doesn't autogenerate enum results, not does sqlite) -- the extraction of values is a distinct step.
History
Date User Action Args
2015-11-03 17:44:05rhettingersetrecipients: + rhettinger, barry, bethard, paul.j3, desbma
2015-11-03 17:44:05rhettingersetmessageid: <1446572645.47.0.0102988491311.issue25061@psf.upfronthosting.co.za>
2015-11-03 17:44:05rhettingerlinkissue25061 messages
2015-11-03 17:44:05rhettingercreate