[Tutor] syntax checker for python?

dyoo dyoo@uclink4.berkeley.edu
Fri, 3 Mar 2000 01:28:46 -0800


Hello!  Out of curiosity, is there a switch or script that can check for
trivial mistakes (like calling readLines instead of readlines)?  I understand
the flexibility in function calling is due to the dynamic-ness (is that a
word?) of Python.  It's nice, but it can also be a pain to find where one
has mispelled something.  Is there a stricter checker on Python?