Sorting list of objects on arbitrary attribute

Fredrik Lundh fredrik at pythonware.com
Thu Jul 18 11:06:20 EDT 2002


"Max M" wrote:

> If something like it isn't included in the standard library, how come?

from the "python best practices" collection:

    http://mail.python.org/pipermail/python-dev/2002-June/025940.html

    "It's easier to write appropriate code from scratch in Python
    than to figure out how to *use* a package profligate enough
    to contain canned solutions for all common and reasonable
    use cases." -- tim peters

</F>





More information about the Python-list mailing list