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 loewis
Recipients barry, gvanrossum, loewis, rhettinger
Date 2008-01-14.22:03:30
SpamBayes Score 0.5
Marked as misclassified No
Message-id <1200348211.4.0.37217980444.issue1826@psf.upfronthosting.co.za>
In-reply-to
Content
What's wrong with

sorted(seq, key=lambda v:v.person.displayname)
History
Date User Action Args
2008-01-14 22:03:31loewissetrecipients: + loewis, gvanrossum, barry, rhettinger
2008-01-14 22:03:31loewissetmessageid: <1200348211.4.0.37217980444.issue1826@psf.upfronthosting.co.za>
2008-01-14 22:03:30loewislinkissue1826 messages
2008-01-14 22:03:30loewiscreate