Thomas Wouters added the comment:

For the record, Raymond, I think you're wrong about this. Itertools isn't 
always a solution to every problem, and it makes for a very awkward way around 
a silly limitation in min() and max(). Their API is already awkward -- because 
they already take a keyword argument as well as *args or an iterable -- and 
this does not make it worse in any way. It's trivial to add this, it's trivial 
to explain -- return a specific value instead of raising a particular exception 
-- and it's wasteful, complex, fragile or unreadable (except if you have 
itertools on the mind, I guess) to do the same thing in another way.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18111>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to