Archive for August, 2011
Python: comparing with None


Python's documentation states that one has to use is operator co compare a variable with None. What happens when you avoid that advice?

Comments [0]