Email Re: [Python-projects] Pylint complaining of string module prevents use of variables like string.printable

from
subject
Re: [Python-projects] Pylint complaining of string module prevents use of variables like string.printable
date
2005/11/07 16:45
On Wednesday 26 October à 17:41, Pierre_Rouleau@ImpathNetworks.com wrote:
> Bonjour,

Re,
 
> My work-aound this problem has been to define another module called xstring.py
> that imports string, creates variable like printable that it then exports and
> add pylint warning supression inside that xstring.py module.  Then the other
> code imports xstring instead of string.

> However, I would have liked to name that'proxy' module stringx.py instead of
> xstring.py.  But pylint complains about any module whose name *starts* with
> "string".  This is the other problem that I mentionned in my previous email.

this one is now corrected using the latest pylint/astng releases. 

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

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

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