[Python-projects] Pylint message nit

Sylvain Thénault sylvain.thenault at logilab.fr
Mon Oct 2 22:56:07 CEST 2006


On Monday 02 October à 14:52, skip at pobox.com wrote:
> I'm not sure where to send this sort of thing.  (Is there a pylint bugs
> mailing list?)  Seems like too much noise for the list, but I have no better
> place to send it at this point:

That's the right place for now, and for some time unless too many people
complains. We'll publish our public softwares tracker in one week or too
hopefully. It's based on a generic knowledge management system we have
built in house for the past years, but not published as free software.
It'll be read-only in a first time but I hope at some point to open 
contributor accounts for regular bug fixes / patches submitters as you 
are, so they can submit them directly on the tracker and benefit from 
notification for projects they are interested in and other things.

BTW, is there some interest around here for a mailing list where we
could send commit messages and tracker changes about pylint, common, 
astng(, maybe others...) ? 

> % diff -u checkers/design_analysis.py.~1~ checkers/design_analysis.py
> --- checkers/design_analysis.py.~1~     2006-05-07 05:32:13.000000000 -0500
> +++ checkers/design_analysis.py 2006-10-02 14:50:03.465314000 -0500
> @@ -45,8 +45,8 @@
>      'R0902': ('Too many instance attributes (%s/%s)',
>                'Used when class has too many instance attributes, try to reduce \
>                this to get a more simple (and so easier to use) class.'),
> -    'R0903': ('To few public methods (%s/%s)',
> -              'Used when class has to few public methods, so be sure it\'s \
> +    'R0903': ('Too few public methods (%s/%s)',
> +              'Used when class has too few public methods, so be sure it\'s \
>                really worth it.'),
>      'R0904': ('Too many public methods (%s/%s)',
>                'Used when class has too many public methods, try to reduce \

checked in, thanks.

regards,
-- 
Sylvain Thénault                               LOGILAB, Paris (France)
Formations Python, Zope, Plone, Debian:  http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
Python et calcul scientifique:           http://www.logilab.fr/science



More information about the Python-Projects mailing list