On Tue, 28 Jun 2005 02:22:13 -0400, Peter Otten wrote
(in article <[EMAIL PROTECTED]>):

> Chinook wrote:
> 
>> 3) Any other comments you might offer
> 
>> if tv == 'relates to A':
>> return True
>> else:
>> return False
> 
> Make that
> 
> return tv == 'relates to A'
> 
> lest your zen master hit you.
> 
> Peter
>  
> 
> 

Thank you Peter,

So wrapped up in the OO I overlooked the simpler aspects. 

Lee C


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to