# HG changeset patch # User Benoit Boissinot # Date 2010-02-09 12:48:52 # Node ID b8acd325773e1e8c678572b535a9001994c0b2c1 # Parent d216fa04e48a2aeeae138b8d4995ff25fbd771c2 pylintrc: string isn't deprecated, only some of its methods diff --git a/contrib/pylintrc b/contrib/pylintrc --- a/contrib/pylintrc +++ b/contrib/pylintrc @@ -201,7 +201,7 @@ bad-functions=map,filter,apply,input [IMPORTS] # Deprecated modules which should not be used, separated by a comma -deprecated-modules=regsub,string,TERMIOS,Bastion,rexec +deprecated-modules=regsub,TERMIOS,Bastion,rexec # Create a graph of every (i.e. internal and external) dependencies in the # given file (report R0402 must not be disabled)