Sorting by item_in_another_list

Fredrik Lundh fredrik at pythonware.com
Wed Oct 25 01:26:44 EDT 2006


Delaney, Timothy (Tim) wrote:

> This is a requirement for all implementations claiming to be 2.3 or
> higher.

the language reference only guarantees this for CPython:

     The C implementation of Python 2.3 introduced a stable
     sort() method, but code that intends to be portable across
     implementations and versions must not rely on stability.

</F>




More information about the Python-list mailing list