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 Juhana.Jauhiainen
Recipients Carlos Segura González, Juhana.Jauhiainen, anthony-flury, docs@python, rhettinger, terry.reedy, veky
Date 2020-01-25.07:12:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579936377.42.0.460502204437.issue39374@roundup.psfhosted.org>
In-reply-to
Content
I created a pull request for this issue. It adds the description "(or other callable)" to two places in sorting documentation.

"function (or other callable) to be called on each list element prior to making
comparisons."

and later

"The value of the *key* parameter should be a function (or other callable) that takes a single argument and returns a key to use for sorting purposes."
History
Date User Action Args
2020-01-25 07:12:57Juhana.Jauhiainensetrecipients: + Juhana.Jauhiainen, rhettinger, terry.reedy, docs@python, veky, anthony-flury, Carlos Segura González
2020-01-25 07:12:57Juhana.Jauhiainensetmessageid: <1579936377.42.0.460502204437.issue39374@roundup.psfhosted.org>
2020-01-25 07:12:57Juhana.Jauhiainenlinkissue39374 messages
2020-01-25 07:12:57Juhana.Jauhiainencreate