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 ncoghlan
Recipients BreamoreBoy, SilentGhost, amaury.forgeotdarc, belopolsky, facundobatista, georg.brandl, mark.dickinson, ncoghlan, pitrou, rhettinger, stutzbach
Date 2010-12-11.01:19:20
SpamBayes Score 3.9819864e-05
Marked as misclassified No
Message-id <1292030362.73.0.357891821915.issue2690@psf.upfronthosting.co.za>
In-reply-to
Content
The other major change for ranges is that "in" and "not in" are no longer inefficient for actual instances of int (it does an arithmetic calculation instead of a linear search).
History
Date User Action Args
2010-12-11 01:19:22ncoghlansetrecipients: + ncoghlan, georg.brandl, rhettinger, facundobatista, amaury.forgeotdarc, mark.dickinson, belopolsky, pitrou, stutzbach, SilentGhost, BreamoreBoy
2010-12-11 01:19:22ncoghlansetmessageid: <1292030362.73.0.357891821915.issue2690@psf.upfronthosting.co.za>
2010-12-11 01:19:20ncoghlanlinkissue2690 messages
2010-12-11 01:19:20ncoghlancreate