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 ncoghlan
Recipients
Date 2007-02-15.12:47:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Patch quality also looks good to me.

However, my main concerns would be whether or not the use case comes up often enough to justify inclusion in the standard library, and at what point it makes more sense to just use a lambda expression. For example, I think most people would find this easier to understand than the compose based version:

    l.sort(key=(lambda k: k[0][1]))
History
Date User Action Args
2007-08-23 15:56:34adminlinkissue1660179 messages
2007-08-23 15:56:34admincreate