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 terry.reedy
Recipients bethard, chris.jerdonek, r.david.murray, terry.reedy
Date 2012-11-14.19:50:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352922616.45.0.561546870252.issue16468@psf.upfronthosting.co.za>
In-reply-to
Content
If the assumption of iterability is in more than just the help and error messages, then I can see the point of calling this an enhancement. I suspect that now, if a custom subset of ints or strings is the actual domain, people just skip choices and add custom checks after argparse processing. I am curious what Steven thinks.
History
Date User Action Args
2012-11-14 19:50:16terry.reedysetrecipients: + terry.reedy, bethard, r.david.murray, chris.jerdonek
2012-11-14 19:50:16terry.reedysetmessageid: <1352922616.45.0.561546870252.issue16468@psf.upfronthosting.co.za>
2012-11-14 19:50:16terry.reedylinkissue16468 messages
2012-11-14 19:50:16terry.reedycreate