> Does anyone know the reason for not allowing an overload of the and operator? I presume because 'and' and 'or' are already defined for all Python objects (that have not disabled logic by raising an exception when asked for truth value). TJR