[ANN] pylint-0.1.2

Skip Montanaro skip at pobox.com
Wed Jun 18 12:48:03 EDT 2003


    Bernhard> The feature I would like to see most in such a tool would be
    Bernhard> that it doesn't try to execute the code it's checking. Just
    Bernhard> like pychecker, pylint imports the modules it checks,

Check out pychecker2.  Development seems to have stalled for quite some time
and it has many fewer tests, but I believe it parses the code it analyzes
instead of importing the bytecode.

Skip





More information about the Python-list mailing list