Comparison with False - something I don't understand

Terry Reedy tjreedy at udel.edu
Thu Dec 2 13:13:10 EST 2010


Aside from the other issues raised, I will just note that is more common 
to return None when there is no answer (for whatever reason) rather than 
False and explicitly compare 'is None' than 'is False'.

-- 
Terry Jan Reedy




More information about the Python-list mailing list