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 serhiy.storchaka
Recipients sedrubal, serhiy.storchaka
Date 2017-02-03.12:04:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486123491.16.0.686137169103.issue29433@psf.upfronthosting.co.za>
In-reply-to
Content
There is no such need. You can use operators.

any(arg1, arg2, arg3) -> arg1 or arg2 or arg3
all(arg1, arg2, arg3) -> arg1 and arg2 and arg3
sum(arg1, arg2, arg3) -> arg1 + arg2 + arg3
History
Date User Action Args
2017-02-03 12:04:51serhiy.storchakasetrecipients: + serhiy.storchaka, sedrubal
2017-02-03 12:04:51serhiy.storchakasetmessageid: <1486123491.16.0.686137169103.issue29433@psf.upfronthosting.co.za>
2017-02-03 12:04:51serhiy.storchakalinkissue29433 messages
2017-02-03 12:04:51serhiy.storchakacreate