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 timhoffm
Recipients timhoffm
Date 2018-07-28.11:52:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532778727.04.0.56676864532.issue34259@psf.upfronthosting.co.za>
In-reply-to
Content
The current docstring of list.sort is just "Stable sort *IN PLACE*."

This is missing a description of the arguments key and reverse. Also a short explanation of stable and in-place would be helpful for less experienced users.
History
Date User Action Args
2018-07-28 11:52:07timhoffmsetrecipients: + timhoffm
2018-07-28 11:52:07timhoffmsetmessageid: <1532778727.04.0.56676864532.issue34259@psf.upfronthosting.co.za>
2018-07-28 11:52:07timhoffmlinkissue34259 messages
2018-07-28 11:52:06timhoffmcreate