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, amaury.forgeotdarc, belopolsky, facundobatista, georg.brandl, mark.dickinson, ncoghlan, pitrou, rhettinger, stutzbach
Date 2010-12-03.16:42:13
SpamBayes Score 0.04730194
Marked as misclassified No
Message-id <1291394539.71.0.852044242356.issue2690@psf.upfronthosting.co.za>
In-reply-to
Content
Daniel Stutzbach pointed out that range() is also mentioned under:
http://docs.python.org/dev/library/stdtypes.html#sequence-types-str-bytes-bytearray-list-tuple-range

The descriptions of range's limitations there is no longer accurate (slicing is supported following this patch and containment testing is now efficient)
History
Date User Action Args
2010-12-03 16:42:20ncoghlansetrecipients: + ncoghlan, georg.brandl, rhettinger, facundobatista, amaury.forgeotdarc, mark.dickinson, belopolsky, pitrou, stutzbach, BreamoreBoy
2010-12-03 16:42:19ncoghlansetmessageid: <1291394539.71.0.852044242356.issue2690@psf.upfronthosting.co.za>
2010-12-03 16:42:13ncoghlanlinkissue2690 messages
2010-12-03 16:42:13ncoghlancreate