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 Juraj.Variny
Recipients Juraj.Variny, bethard, chris.jerdonek, docs@python, ezio.melotti, r.david.murray, terry.reedy
Date 2012-11-11.19:32:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352662367.49.0.199145887353.issue16418@psf.upfronthosting.co.za>
In-reply-to
Content
It was Python 2.7 . But if range shouldn't be used for large number of options, arguing whether it's O(1) is splitting hairs, no?

I'll remove the choices from my code. Adding new type for port is overkill, users should know what legal TCP port numbers are.
History
Date User Action Args
2012-11-11 19:32:47Juraj.Varinysetrecipients: + Juraj.Variny, terry.reedy, bethard, ezio.melotti, r.david.murray, chris.jerdonek, docs@python
2012-11-11 19:32:47Juraj.Varinysetmessageid: <1352662367.49.0.199145887353.issue16418@psf.upfronthosting.co.za>
2012-11-11 19:32:47Juraj.Varinylinkissue16418 messages
2012-11-11 19:32:47Juraj.Varinycreate