What's wrong with `is not None`?

Leif K-Brooks eurleif at ecritters.biz
Tue Feb 8 18:41:54 EST 2005


Frans Englich wrote:
> runner.py:587: Using is not None, may not always work

It's a PyChecker bug relating to None being a constant in 2.4: 
<http://tinyurl.com/6dexc>.



More information about the Python-list mailing list