Re: Perl-Python-a-Day: Sorting
Abdulaziz Ghuloum <aghuloum@c-s-remove-dashes.indiana. edu> writes:
[color=blue]
> Python FAQs contain an entry to the schwartzian transform.
>
> http://www.python.org/doc/faq/progra...form-in-python[/color]
This entry is obsolete: it should mention the 'key' option of the
standard sort method.
--
__("< Marcin Kowalczyk
\__/ qrczak@knm.org. pl
^^ http://qrnik.knm.org.pl/~qrczak/
Abdulaziz Ghuloum <aghuloum@c-s-remove-dashes.indiana. edu> writes:
[color=blue]
> Python FAQs contain an entry to the schwartzian transform.
>
> http://www.python.org/doc/faq/progra...form-in-python[/color]
This entry is obsolete: it should mention the 'key' option of the
standard sort method.
--
__("< Marcin Kowalczyk
\__/ qrczak@knm.org. pl
^^ http://qrnik.knm.org.pl/~qrczak/
Comment