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 belopolsky
Recipients amaury.forgeotdarc, belopolsky, mark.dickinson, ncoghlan
Date 2008-04-28.19:03:44
SpamBayes Score 0.48703358
Marked as misclassified No
Message-id <1209409487.38.0.0504693695933.issue2690@psf.upfronthosting.co.za>
In-reply-to
Content
I've implemented range slicing and x in range(..) in range-sequence.diff 
and registered range with the Sequence ABC.
History
Date User Action Args
2008-04-28 19:04:53belopolskysetspambayes_score: 0.487034 -> 0.48703358
recipients: + belopolsky, amaury.forgeotdarc, mark.dickinson, ncoghlan
2008-04-28 19:04:47belopolskysetspambayes_score: 0.487034 -> 0.487034
messageid: <1209409487.38.0.0504693695933.issue2690@psf.upfronthosting.co.za>
2008-04-28 19:04:43belopolskylinkissue2690 messages
2008-04-28 19:04:42belopolskycreate