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 gvanrossum
Recipients gvanrossum, karlb, rhettinger, timehorse
Date 2008-03-12.23:14:51
SpamBayes Score 0.0048062545
Marked as misclassified No
Message-id <1205363692.68.0.650224420862.issue1619060@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I will claim ignorance on this one. I don't recall the last time
I've used a bisection, but it was probably around the time bisect.py was
first added to the standard library.  I do recall using heap sort as a
way to compute the top N items.  I've always done that by explicitly
mapping the raw data to a list of (key, value) tuples.

The arguments worrying about bad design make some sense to me;
consistency isn't always the panacea that people want it to be...
History
Date User Action Args
2008-03-12 23:14:52gvanrossumsetspambayes_score: 0.00480625 -> 0.0048062545
recipients: + gvanrossum, rhettinger, timehorse, karlb
2008-03-12 23:14:52gvanrossumsetspambayes_score: 0.00480625 -> 0.00480625
messageid: <1205363692.68.0.650224420862.issue1619060@psf.upfronthosting.co.za>
2008-03-12 23:14:52gvanrossumlinkissue1619060 messages
2008-03-12 23:14:51gvanrossumcreate