On Sun, 10 Oct 2010 13:57:21 -0500 "Paul McGuire" <pt...@austin.rr.com> wrote: > > Any comments? Interest? Should I write up a PEP? Go back to my pyparsing > hole?
Generally, these things are discussed on python-ideas first. I don't think a PEP required for a single function, but you'll have to convince people that it's useful ;) Personnally, I'm not convinced that a maximum 25% improvement on a rather uncommon use case (min() and max() on a sequence of objects which take a long time to compare) is a compelling argument for a builtin. On the other hand, it would be a rather simple and intuitive builtin, so why not? Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com