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 brett.cannon, collinwinter, jeff.balogh, rhettinger
Date 2008-03-19.20:45:15
SpamBayes Score 0.23879667
Marked as misclassified No
Message-id <1205959516.3.0.372495922668.issue2354@psf.upfronthosting.co.za>
In-reply-to
Content
Collin, is there some place where I should write-up how to transition
sort cmp functions?

Often, it is straight-forward to write a simpler key function, but
sometimes it isn't obvious how to proceed (i.e. cases that have an
ascending primary key and descentding secondary key or cases where a
user supplied cmp function is an unchangable, exposed part of the API).

I would like to issue some guidance on the subject.
History
Date User Action Args
2008-03-19 20:45:16rhettingersetspambayes_score: 0.238797 -> 0.23879667
recipients: + rhettinger, brett.cannon, collinwinter, jeff.balogh
2008-03-19 20:45:16rhettingersetspambayes_score: 0.238797 -> 0.238797
messageid: <1205959516.3.0.372495922668.issue2354@psf.upfronthosting.co.za>
2008-03-19 20:45:15rhettingerlinkissue2354 messages
2008-03-19 20:45:15rhettingercreate