How can I catch misnamed variables?

Kev Dwyer kevin.p.dwyer at gmail.com
Fri Feb 10 16:22:32 EST 2012


John Gordon wrote:

> Recently I was been bitten by some stupid errors in my code, and I'm
> wondering if there's a simple way to catch them.
> 
<snip>


Pyflakes is another static checker that can catch these sorts of errors.

Cheers,

Kev 





More information about the Python-list mailing list