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 rhettinger
Recipients gvanrossum, karlb, rhettinger, timehorse
Date 2008-03-24.08:31:04
SpamBayes Score 0.002139303
Marked as misclassified No
Message-id <1206347465.07.0.670725593945.issue1619060@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the thoughtful reply.  Am going to close for the reasons 
agreed by most of the respondants.  See additional explanation in the 
closing of issue 1451588 .

That all-at-once action of sort() allows it to take advantage of a 
single key-function call per element; in contrast, successive calls to 
bisect functions are more finely grained and the key-function doesn't 
make sense anymore.
History
Date User Action Args
2008-03-24 08:31:05rhettingersetspambayes_score: 0.0021393 -> 0.002139303
recipients: + rhettinger, gvanrossum, timehorse, karlb
2008-03-24 08:31:05rhettingersetspambayes_score: 0.0021393 -> 0.0021393
messageid: <1206347465.07.0.670725593945.issue1619060@psf.upfronthosting.co.za>
2008-03-24 08:31:04rhettingerlinkissue1619060 messages
2008-03-24 08:31:04rhettingercreate