Raymond Hettinger <rhettin...@users.sourceforge.net> added the comment:
min() is a substitute for all() and max() is a substitute for any(). They are O(n) but do not have the early out behavior of any() and all(). ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue1254718> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com