r145: Comparisons to singletons like None should always be done with 'is' or 'is not', never the equality operators.
r145: Comparisons to singletons like None should always be done with 'is' or 'is not', never the equality operators.