<div class="gmail_quote">On Thu, Oct 6, 2011 at 10:58 AM, Daniel Drake <span dir="ltr"><<a href="mailto:dsd@laptop.org">dsd@laptop.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

"foo is []" is not a valid way of checking if a list is empty<br>
as this code intends.<br>
<br>
"foo" alone as a boolean operator is an equivalent length check,<br>
and also serves as a "is not None" check too.<br></blockquote><div><br></div><div>But try this:</div><div>foo = 0</div><div>if foo:</div><div>    print 'foo is not None'</div></div>