Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:
Cyker, thank you for the suggestion, but we're going to decline. The sorting HOWTO docs show how to exploit sort stability with multiple passes to handle a mix of ascending and descending steps. It would complicate the API to have an array of key functions, each with their own ascending and descending flag. Likewise, it would also complicate the implementation. The added complexity just isn't worth it when we already have a reasonable solution and when the use case itself isn't very common. ---------- assignee: -> rhettinger nosy: +rhettinger resolution: -> rejected _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue35010> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com