On 11/08/2011, at 23:30 , Gelonida N wrote:

> On 08/11/2011 12:43 PM, Derek Harland wrote:
>> On 11/08/2011, at 19:49 , Gelonida N wrote:
> 
>>> ...
>>> Additionally it might have helped of course if the official web site
>>> (being marked as updated 8th of August 2011) had not mentioned a command
>>> (pylint.lint.run_py), that I couldn't find
>> 
>> If you grep the source you'll see that py_run now exists in pylint.epylint.
>> 
> 
> Derek, Thanks once more.
> 
> Will check whether pylint.epylint.run_py() is what I would need for my
> script or whether the solution is to find out how to redirect output of
> pylint.lint.Run.

I imagine its what you'll want.

> It still might be useful to fix the official document, don't you think so?

I am not a maintainer on this project.  But if I may suggest ... as in all 
open-source projects authored by people who give their valuable time freely and 
generally have many issues to look at ... if you have found a problem or there 
is something you would like fixed then the best thing you could do would be to 
provide an actual patch that fixes that problem.

And in this case the effort required is very small ... the place to start would 
be in the doc/ subdirectory of the source.

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

Reply via email to