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: -- José Abílio
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: -- José Abílio