[issue39374] Key in sort -> Callable Object instead of function

Raymond Hettinger report at bugs.python.org
Sun Jan 19 16:40:21 EST 2020


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

Go ahead and make a PR for this:

   function -> function (or other callable)

Let's keep the word "function" because it does a much better job of communicating that an the more abstract word "callable".

----------
assignee: docs at python -> rhettinger
priority: normal -> low
versions:  -Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39374>
_______________________________________


More information about the Python-bugs-list mailing list