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 chris.jerdonek
Recipients Juraj.Variny, chris.jerdonek, r.david.murray
Date 2012-11-06.06:50:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352184659.71.0.105236432779.issue16418@psf.upfronthosting.co.za>
In-reply-to
Content
The argparse documentation says in one part, "The choices keyword argument may be more convenient for type checkers that simply check against a range of values."

Thus, I wouldn't object to language clarifying that choices is meant for lists of choices that should be displayed in the command-line help (e.g. "smaller" lists and human-readable).
History
Date User Action Args
2012-11-06 06:51:00chris.jerdoneksetrecipients: + chris.jerdonek, r.david.murray, Juraj.Variny
2012-11-06 06:50:59chris.jerdoneksetmessageid: <1352184659.71.0.105236432779.issue16418@psf.upfronthosting.co.za>
2012-11-06 06:50:59chris.jerdoneklinkissue16418 messages
2012-11-06 06:50:58chris.jerdonekcreate