[Python-ideas] Changing all() and any() to take multiple arguments

Brian Curtin brian at python.org
Mon Aug 26 07:31:00 CEST 2013


On Sun, Aug 25, 2013 at 11:50 PM, Clay Sweetser <clay.sweetser at gmail.com> wrote:
> I can't foresee any compatibility issues for this modification, as it would
> only make currently broken code work, not the other way around.

This is not a strong point in your idea's favor. If people are
shipping broken code such as your example which would be a TypeError,
there are any number of things they should be doing before we change
the function.


More information about the Python-ideas mailing list