[Python-bugs-list] [ python-Bugs-412500 ] Unstable sort

noreply@sourceforge.net noreply@sourceforge.net
Fri, 30 Mar 2001 07:01:21 -0800


Bugs item #412500, was updated on 2001-03-30 07:01
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=412500&group_id=5470

Category: Python Library
Group: None
Status: Open
Priority: 5
Submitted By: Tomasz Kowaltowski (kowaltowski)
Assigned to: Nobody/Anonymous (nobody)
Summary: Unstable sort

Initial Comment:
The "sort" method for sequences uses an unstable
algorithm, ie, elements with equal keys may have their
original order not preserved.  It isn't exactly a bug,
but it can be annoying.  It seems that most sort
utilities are stable.

I am using:

   Python 2.0 (#1, Mar  1 2001, 15:35:16) 

-- Tomasz Kowaltowski

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=412500&group_id=5470