[Python] syntax check for python?

horst horsu at freeshell.org
Fri Feb 2 12:09:32 PST 2007


> Date: Fri, 2 Feb 2007 11:48:16 -0800 (PST)
> From: horst <horsu at freeshell.org>
...>
> c) Some IDEs have indentation checks that give warnings if a .py contains 
> mixed TAB and whitespace indentation. Such things happen when you work in a

Actually, running 'python -h' I noticed we also have a -t option:
"""
  -t     : issue warnings about inconsistent tab usage (-tt: issue errors)
"""

I haven't used it yet...................... Horst


More information about the Python mailing list