Author llucax
Recipients llucax
Date 2008-05-23.21:52:56
SpamBayes Score 0.00636054
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.00636054
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