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 mark.dickinson
Recipients mark.dickinson, rhettinger, tebeka
Date 2008-11-20.12:58:07
SpamBayes Score 7.2356224e-06
Marked as misclassified No
Message-id <1227185888.57.0.506134186382.issue4356@psf.upfronthosting.co.za>
In-reply-to
Content
One case I've been thinking about is that of maintaining a list of Decimal 
objects that are sorted by absolute value.  For this, having to create a 
list of (abs(x), x) pairs just seems clumsy compared to using a key 
argument to bisect.

Perhaps this is a contrived use case, but it doesn't seem totally 
implausible.
History
Date User Action Args
2008-11-20 12:58:08mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, tebeka
2008-11-20 12:58:08mark.dickinsonsetmessageid: <1227185888.57.0.506134186382.issue4356@psf.upfronthosting.co.za>
2008-11-20 12:58:08mark.dickinsonlinkissue4356 messages
2008-11-20 12:58:07mark.dickinsoncreate