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 jkankiewicz
Recipients jafo, jkankiewicz, loewis, rhettinger, rickharris, sanxiyn, tarek
Date 2009-06-10.18:24:43
SpamBayes Score 0.00031745646
Marked as misclassified No
Message-id <1244658284.82.0.981922096203.issue1254718@psf.upfronthosting.co.za>
In-reply-to
Content
Seo, This ticket specifies Python-2.6 as the only version so using "any"
didn't seem to be a problem. 
I was not aware of PEP 291 until you mentioned it and, in order to
maintain compatibility with Python-2.3, the generator expression would
have to be dispensed with as well.

Raymond, I would prefer to substitute "max" for "any" in this case as it
seems to be more straightforward. There's no performance benefit to
using "min" as both "min" and "max" are O(n), no?
History
Date User Action Args
2009-06-10 18:24:45jkankiewiczsetrecipients: + jkankiewicz, loewis, rhettinger, jafo, sanxiyn, rickharris, tarek
2009-06-10 18:24:44jkankiewiczsetmessageid: <1244658284.82.0.981922096203.issue1254718@psf.upfronthosting.co.za>
2009-06-10 18:24:43jkankiewiczlinkissue1254718 messages
2009-06-10 18:24:43jkankiewiczcreate