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 paul.j3
Recipients Juraj.Variny, bethard, chris.jerdonek, docs@python, ezio.melotti, paul.j3, r.david.murray, terry.reedy
Date 2013-07-09.03:13:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373339606.15.0.958633383957.issue16418@psf.upfronthosting.co.za>
In-reply-to
Content
In the patch I just posted to http://bugs.python.org/issue16468 I address this long list issue in several ways:

In the Usage line, the metavar gives the user an alternative

In the expanded help line the user can just omit the '%(choices)s' 

In _check_value(), I implemented a numpy like summarize format for choice lists longer than 15   '{1,2,3,...,18,19}'.
History
Date User Action Args
2013-07-09 03:13:26paul.j3setrecipients: + paul.j3, terry.reedy, bethard, ezio.melotti, r.david.murray, chris.jerdonek, docs@python, Juraj.Variny
2013-07-09 03:13:26paul.j3setmessageid: <1373339606.15.0.958633383957.issue16418@psf.upfronthosting.co.za>
2013-07-09 03:13:26paul.j3linkissue16418 messages
2013-07-09 03:13:26paul.j3create