Attaching a patch that will allow pylint to use the standard
__builtin__ module rather than the implementation specific
__builtins__ variable.

All tests pass when applied to the previous stable release (0.25.1).

This patch addresses parts of issues from supporting other
interpreters (PyPy and Jython) see http://www.logilab.org/ticket/99139
and http://www.logilab.org/ticket/89838

Several tests still fail under Jython but this at least allows PyLint
to run under Jython for the most part (I was not able to reproduce the
other part of issue 99139)

-Brandon
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to