[docs] [issue22237] sorted() docs should state that the sort is stable

Wilfred Hughes report at bugs.python.org
Wed Aug 20 18:53:50 CEST 2014


New submission from Wilfred Hughes:

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.

----------
assignee: docs at python
components: Documentation
messages: 225574
nosy: Wilfred.Hughes, docs at python
priority: normal
severity: normal
status: open
title: sorted() docs should state that the sort is stable
type: enhancement
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22237>
_______________________________________


More information about the docs mailing list