[stdlib-sig] binary logical operators in operator module

Gary Miguel garymm at gmail.com
Sun Apr 28 00:23:40 CEST 2013


Hi,
This is my first time writing to a python list, so sorry if this message is
misdirected.
Recently I wrote something like:
functools.reduce(lambda x, y: x and y, ...)
and I was wondering why there is no logical and in the operator module.

(http://docs.python.org/3.3/library/operator.html)

Is there a reason for its not being there?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/stdlib-sig/attachments/20130427/8d90f06f/attachment.html>


More information about the stdlib-sig mailing list