Raymond Hettinger <[EMAIL PROTECTED]> added the comment:

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.

----------
assignee: rhettinger -> collinwinter
nosy: +collinwinter
status: closed -> open

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2354>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to