twisted.python.util.dsu has unnecessary reimplementation of stable sort

[email protected] Tue, 02 Mar 2010 20:40:05 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from ivank <[email protected]>:

CPython has had a stable sort since 2.3, and Python guarantees a stable sort since 2.4. I think `dsu` could just use `sorted()`. If people disagree, I will just document what `dsu` does.

----------
Type     : enhancement
Component: core
Keywords : 
Priority : low
Nosy     : 
----------
http://twistedmatrix.com/trac/ticket/4339