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

Chris Lumens clumens at redhat.com
Mon Sep 22 15:12:16 UTC 2014


> 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

Ah, thanks.  Well we import it only sparingly so perhaps we should add
it back into the list of deprecated modules and pragma our way out of it
when we know we're using something useful from it.

- Chris


More information about the anaconda-patches mailing list