This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Wilfred.Hughes
Recipients Wilfred.Hughes, docs@python
Date 2014-08-20.16:53:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408553630.26.0.335574291367.issue22237@psf.upfronthosting.co.za>
In-reply-to
Content
According to https://wiki.python.org/moin/HowTo/Sorting/#Sort_Stability_and_Complex_Sorts and Alex Martelli: http://stackoverflow.com/q/1915376/509706, Python's sorted() is stable. It would be great to update the docs for sorted() to state this.
History
Date User Action Args
2014-08-20 16:53:50Wilfred.Hughessetrecipients: + Wilfred.Hughes, docs@python
2014-08-20 16:53:50Wilfred.Hughessetmessageid: <1408553630.26.0.335574291367.issue22237@psf.upfronthosting.co.za>
2014-08-20 16:53:50Wilfred.Hugheslinkissue22237 messages
2014-08-20 16:53:49Wilfred.Hughescreate