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:38:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352183916.94.0.777742556043.issue16418@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with David.  Another sign that using "choices" isn't the right approach is that it requires constructing a list of 66,000 elements.  There are better ways of checking if a provided argument is an integer between 1 and 65,535.
History
Date User Action Args
2012-11-06 06:38:37chris.jerdoneksetrecipients: + chris.jerdonek, r.david.murray, Juraj.Variny
2012-11-06 06:38:36chris.jerdoneksetmessageid: <1352183916.94.0.777742556043.issue16418@psf.upfronthosting.co.za>
2012-11-06 06:38:36chris.jerdoneklinkissue16418 messages
2012-11-06 06:38:36chris.jerdonekcreate