First, let me thank you for the patch.

On Sat, Oct 27, 2012 at 12:54:40 +0100, Omega Weapon wrote:

> I have forked the Bitbucket pylint repo and committed here: 
> https://bitbucket.org/OmegaPhil/pylint/changeset/87bc90372e57064bb97866b47e34de12747889c1
> 
Couldn't
msgType = msg[0][:1] if len(msg[0]) > 1 else msg[0]
be rewritten as
msgType = msg[0][0]
?

Cheers,
Julien
-- 
Julien Cristau          <julien.cris...@logilab.fr>
Logilab                 http://www.logilab.fr/
Informatique scientifique & gestion de connaissances
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to