[PATCH 04/17] Remove uses of the deprecated string.split method.

David Shea dshea at redhat.com
Mon Sep 22 15:09:44 UTC 2014


On 09/22/2014 10:52 AM, Chris Lumens wrote:
>> Strings can do that themselves nowadays. This gets us more ready for
>> python3 and gets an import out of the anaconda script.
> Any idea why pylint hasn't been complaining about these all along?
>

We used to ignore the warnings with pylint-false-positives, and by the 
time it was removed from false-positives the check was also removed from 
pylint, since the check was more heavy-handed than it should have been. 
https://bitbucket.org/logilab/pylint/issue/3


More information about the anaconda-patches mailing list