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 llucax
Recipients llucax
Date 2008-05-23.21:52:56
SpamBayes Score 0.0063605416
Marked as misclassified No
Message-id <1211579587.7.0.195890795343.issue2954@psf.upfronthosting.co.za>
In-reply-to
Content
bisect module functions should accept a comparison callable to customize
the way items are compared to do the binary search.

Attached is a patch to the Python implementation of bisect module.
History
Date User Action Args
2008-05-23 21:53:10llucaxsetspambayes_score: 0.00636054 -> 0.0063605416
recipients: + llucax
2008-05-23 21:53:07llucaxsetspambayes_score: 0.00636054 -> 0.00636054
messageid: <1211579587.7.0.195890795343.issue2954@psf.upfronthosting.co.za>
2008-05-23 21:53:03llucaxlinkissue2954 messages
2008-05-23 21:53:01llucaxcreate