[issue9802] Document 'stability' of builtin min() and max()

Matthew Woodcraft report at bugs.python.org
Sun Sep 12 14:44:29 CEST 2010


Matthew Woodcraft <matthew at woodcraft.me.uk> added the comment:

> (1) Shouldn't 'reverse=True' be omitted in the second doc
> addition?

Yes, of course, sorry.

> (2) I'd also suggest adding a brief comment about what this
> means for distinct, but equal, objects; otherwise it's not
> really obvious what the point of the doc addition is.

> (3) As a matter of clarity, perhaps replace "this is" with
> "max(iterable, key=key) is", and similarly for min.

I've attached a new patch incorporating these suggestions.

----------
Added file: http://bugs.python.org/file18858/functions.rst.patch

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


More information about the Python-bugs-list mailing list