Perl-Python-a-Day: Sorting

Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Thu Oct 13 12:58:16 EDT 2005


Abdulaziz Ghuloum <aghuloum at c-s-remove-dashes.indiana.edu> writes:

> Python FAQs contain an entry to the schwartzian transform.
>
> http://www.python.org/doc/faq/programming.html#i-want-to-do-a-complicated-sort-can-you-do-a-schwartzian-transform-in-python

This entry is obsolete: it should mention the 'key' option of the
standard sort method.

-- 
   __("<         Marcin Kowalczyk
   \__/       qrczak at knm.org.pl
    ^^     http://qrnik.knm.org.pl/~qrczak/



More information about the Python-list mailing list