This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients jafo, jkankiewicz, loewis, rhettinger, rickharris, sanxiyn, tarek
Date 2009-06-10.18:33:42
SpamBayes Score 0.18909787
Marked as misclassified No
Message-id <1244658823.71.0.861670771591.issue1254718@psf.upfronthosting.co.za>
In-reply-to
Content
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().
History
Date User Action Args
2009-06-10 18:33:44rhettingersetrecipients: + rhettinger, loewis, jafo, sanxiyn, rickharris, tarek, jkankiewicz
2009-06-10 18:33:43rhettingersetmessageid: <1244658823.71.0.861670771591.issue1254718@psf.upfronthosting.co.za>
2009-06-10 18:33:42rhettingerlinkissue1254718 messages
2009-06-10 18:33:42rhettingercreate