]> granicus.if.org Git - python/commit
#22237: document that sorted() is guaranteed to be stable. Initial patch by Martin...
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 28 Oct 2014 11:57:11 +0000 (12:57 +0100)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 28 Oct 2014 11:57:11 +0000 (12:57 +0100)
commit9f8a5b1abd7ef3fe387daf3ddeb6fe1bc11240b3
tree644055ff4e1c6764873c916a88dcbcdbd59cf212
parent7876f72f6afe2ac632726770848c444aeb3865cb
#22237: document that sorted() is guaranteed to be stable.  Initial patch by Martin Panter.
Doc/library/functions.rst
Doc/library/heapq.rst
Misc/ACKS