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, rhettinger
Date 2008-01-09.00:37:52
SpamBayes Score 0.23705263
Marked as misclassified No
Message-id <1199839073.97.0.909623538588.issue1771@psf.upfronthosting.co.za>
In-reply-to
Content
I support removal;  however, there is an uncommon corner-case that is
well served by __cmp__ where a primary key is sorted ascending and a
secondary key is sorted descending -- that case is a PITA with the key=
function because you need a way to invert the sense of the reversed
input (there are tricks for this but they are obscure).
History
Date User Action Args
2008-01-09 00:37:54rhettingersetspambayes_score: 0.237053 -> 0.23705263
recipients: + rhettinger, gvanrossum
2008-01-09 00:37:53rhettingersetspambayes_score: 0.237053 -> 0.237053
messageid: <1199839073.97.0.909623538588.issue1771@psf.upfronthosting.co.za>
2008-01-09 00:37:52rhettingerlinkissue1771 messages
2008-01-09 00:37:52rhettingercreate