On 4/25/07, <b class="gmail_sendername">Neal Norwitz</b> &lt;<a href="mailto:nnorwitz@gmail.com">nnorwitz@gmail.com</a>&gt; wrote:<br><br><div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You can get similar functionality by using tools such as pychecker.<br>PyLint and pyflakes may also have this functionality.</blockquote><div><br>I like PyLint and pychecker a lot, but the funtionality is not similar.&nbsp; Both take a lot longer to run (at least longer than my ABC implementation) and you have to remember to run them each time you change your program. Using an ABC adds very little overhead and gets checked automatically.
<br><br>Thanks,<br>-Emin<br></div><br></div><br>