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 mark.dickinson
Recipients anakha, mark.dickinson
Date 2008-06-20.10:01:23
SpamBayes Score 0.021853082
Marked as misclassified No
Message-id <1213956084.28.0.440608116908.issue3004@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry: looks like I messed up that last post.  The example should be:

>>> slice(10, 10, -1).indices(10)  # expect (9, 9, -1)
(9, 10, -1)
History
Date User Action Args
2008-06-20 10:01:24mark.dickinsonsetspambayes_score: 0.0218531 -> 0.021853082
recipients: + mark.dickinson, anakha
2008-06-20 10:01:24mark.dickinsonsetspambayes_score: 0.0218531 -> 0.0218531
messageid: <1213956084.28.0.440608116908.issue3004@psf.upfronthosting.co.za>
2008-06-20 10:01:23mark.dickinsonlinkissue3004 messages
2008-06-20 10:01:23mark.dickinsoncreate