Interesting list Validity (True/False)

Carsten Haese carsten at uniqsys.com
Sat May 12 13:56:28 EDT 2007


On Fri, 2007-05-11 at 14:26 -0700, mensanator at aol.com wrote:
> if arg==True:
> 
> tests the type property (whether a list is a boolean).

That sounds nonsensical and incorrect. Please explain what you mean.

"if arg==True" tests whether the object known as arg is equal to the
object known as True.

Regards,

-- 
Carsten Haese
http://informixdb.sourceforge.net





More information about the Python-list mailing list