<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
</blockquote></div><div><br></div>I'm using python 2.7.1<div><br></div><div>I can duplicate your result with your script.  But if you edit the script to:</div><div><br></div><div>   if __name__ == "__main__":</div>
<div>      """docstring for main"""</div><div>      assert 1 == 2</div><div><br></div><div>I see a result of: (also attached)</div><div>   Assertion Error:</div><div><br></div><div>My expected behavior is the output your original script produces.</div>
<div><br></div><div>Thanks</div>