Ronald Oussoren wrote:

>> - and (and), or (or), xor (xor) [CD]: Takes two logical operands, the
>>   result is the logical operation applied between each digit.
>
> "and" and "or" are keywords, you can't have methods with those names:

You're right. I'll name them logical_and, logical_or, and logical_xor.

Regards,

-- 
.   Facundo
.
Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/


_______________________________________________
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

Reply via email to