José Matos <[EMAIL PROTECTED]> writes:

| On Wednesday 18 October 2006 10:44, [EMAIL PROTECTED] wrote:
| > +        if not option == None:
| 
|   Whew... :-(
|   That is difficult to read, a double negative always is. What is wrong with
| 
|   if option:

if option:

is not always equal to 

if option != None:

-- 
        Lgb

Reply via email to