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 Yclept.Nemo
Recipients Yclept.Nemo, mark.dickinson
Date 2012-06-29.21:49:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341006554.27.0.0516877868846.issue15224@psf.upfronthosting.co.za>
In-reply-to
Content
On a side note, glancing at Python-3.3.0a4/Objects/rangeobject.c:

range_contains seems to iterate through the entire range whereas __contains__ from the attached Range.py is O(1)
History
Date User Action Args
2012-06-29 21:49:14Yclept.Nemosetrecipients: + Yclept.Nemo, mark.dickinson
2012-06-29 21:49:14Yclept.Nemosetmessageid: <1341006554.27.0.0516877868846.issue15224@psf.upfronthosting.co.za>
2012-06-29 21:49:13Yclept.Nemolinkissue15224 messages
2012-06-29 21:49:13Yclept.Nemocreate