Chris Jerdonek added the comment:

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.

----------
nosy: +chris.jerdonek

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16418>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to