Claudio Bley 2a40951148 Test for object identity when checking for None in Python
Consistently use "is" or "is not" to compare variables to None,
because doing so is preferrable, as per PEP 8
(http://www.python.org/dev/peps/pep-0008/#programming-recommendations):

> Comparisons to singletons like None should always be done with is or
> is not, never the equality operators.
2013-08-23 08:12:26 +02:00
..
2013-05-20 14:03:48 -06:00
2013-05-20 14:03:48 -06:00
2013-05-20 14:03:48 -06:00
2013-05-20 14:03:48 -06:00