[ANN] pylint-0.2

Alexandre Fayolle Alexandre.Fayolle at logilab.fr
Fri Sep 26 12:38:34 EDT 2003


Logilab has released pylint-0.2

What's new?
-----------

In addition to a large number of bug fixes, this release adds two new
checkers, for missing encoding declaration, and for FIXME comments. Zope
support was improved. 

About Pylint
------------

Pylint is a lint-like tool for Python code. It performs almost all the
verifications that pychecker does, and additionally can perform some
stylistic verification and coding standard enforcements. The checked
code is assigned a mark based on the number and the severity of the
encountered problems. The previous mark of a given piece of code is
cached so that you can see if the code quality has improved since the
last check. 

URLs
----

Homepage: http://www.logilab.org/projects/pylint
Download: ftp://ftp.logilab.org/pub/pylint/pylint-0.2.tar.gz


-- 
Alexandre Fayolle
LOGILAB, Paris (France).
http://www.logilab.com   http://www.logilab.fr  http://www.logilab.org
Développement logiciel avancé - Intelligence Artificielle - Formations





More information about the Python-list mailing list