On Friday 13 August 2010, Dan Stromberg wrote:

> There's also the issue of whether pylint would run on python 2 while
> checking python 3, or run on python 3 while checking python 3 - I don't
> know if there's some AST library that would need to match or not.

If astng cannot find the Python source for a module, it will import the 
module and gather info via introspection. This means pylint should run on 
the same Python version that the code it checks runs on, or it might not 
have access to all information needed to perform the checks.

Bye,
                Maarten
_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to