[Patches] [ python-Patches-1080078 ] list sort is not "in place"

SourceForge.net noreply at sourceforge.net
Mon Dec 6 18:15:26 CET 2004


Patches item #1080078, was opened at 2004-12-06 19:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1080078&group_id=5470

Category: Documentation
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Heikki Orsila (shd)
Assigned to: Nobody/Anonymous (nobody)
Summary: list sort is not "in place"

Initial Comment:
list sort method says the sort algorithm is "in place",
but it is not. It requires O(N) extra memory at worst
case. A patch is attached that corrects the
documentation in Objects/listobjects.c.




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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1080078&group_id=5470


More information about the Patches mailing list