On 10.10.12 00:50, Arnaud Delobelle wrote: >> Of cause. However in Lib/unittest/main.py I found a lot of "if x != False:" >> which is not equivalent to just "if x:". It is equivalent to "if x is None >> or x:" and so I left it as is. > > ??? ...in context of Lib/unittest/main.py.