[issue16515] TypeError message incorrect for max() with one keyword arg

Mark Dickinson report at bugs.python.org
Wed Nov 21 19:12:21 CET 2012


Mark Dickinson added the comment:

Yes, true:  max is probably still going to have to be a special case, thanks to its schizophrenic signature.  (max([1, 2, 3]) versus max(1, 2, 3)).

----------

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


More information about the Python-bugs-list mailing list