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 georg.brandl
Recipients georg.brandl, rhettinger, vstinner
Date 2008-07-06.17:01:19
SpamBayes Score 0.04792351
Marked as misclassified No
Message-id <1215363679.98.0.387860520344.issue3301@psf.upfronthosting.co.za>
In-reply-to
Content
The same is true for all other _bisect functions.

The pure Python versions from bisect work with negative indices by
interpreting them as in slice notation. This should probably be harmonized.
History
Date User Action Args
2008-07-06 17:01:20georg.brandlsetspambayes_score: 0.0479235 -> 0.04792351
recipients: + georg.brandl, rhettinger, vstinner
2008-07-06 17:01:20georg.brandlsetspambayes_score: 0.0479235 -> 0.0479235
messageid: <1215363679.98.0.387860520344.issue3301@psf.upfronthosting.co.za>
2008-07-06 17:01:19georg.brandllinkissue3301 messages
2008-07-06 17:01:19georg.brandlcreate