[ANN] PyLint 0.11 / astng 0.16

2006-04-20 Thread Sylvain Thénault
Hi there!

I'm please to announce new releases of pylint (0.11) and its underlying 
library astng (0.16). Those releases should fix a number of crashes and false
positive and provide a few new options/features, the most notable one being
the ability to enable/disable messages at block level in the code (I'll post 
an example of this new feature on the python-projects mailing-list).
Thanks to every people helping pylint by their feedback and bug reports, and 
special thanks to Benjamin Niemann for his message control patch...


To get the new releases of more information :

http://www.logilab.org/projects/pylint/
http://www.logilab.org/projects/astng/


Enjoy !
-- 
Sylvain Thénault   LOGILAB, Paris (France).

http://www.logilab.com   http://www.logilab.fr  http://www.logilab.org

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PyLint 0.11 / astng 0.16

2006-04-20 Thread vj
Are there any plans to release pylint under the LGPL license?

-- 
http://mail.python.org/mailman/listinfo/python-list


RE: PyLint 0.11 / astng 0.16

2006-04-20 Thread Delaney, Timothy (Tim)
vj wrote:

> Are there any plans to release pylint under the LGPL license?

Why would it matter? PyLint is a tool you run *on* your source - you
don't distribute PyLint to your users.

And even if you did - your Python code doesn't link to PyLint, so
there's no need to GPL your code.

Tim Delaney
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PyLint 0.11 / astng 0.16

2006-04-21 Thread vj
It does. In my case I'm thinking of embedding pylint to check user
scripts which are written in python.

-- 
http://mail.python.org/mailman/listinfo/python-list