##// END OF EJS Templates
pylintrc: string isn't deprecated, only some of its methods
Benoit Boissinot -
r10403:b8acd325 default
parent child Browse files
Show More
@@ -201,7 +201,7 b' bad-functions=map,filter,apply,input'
201 [IMPORTS]
201 [IMPORTS]
202
202
203 # Deprecated modules which should not be used, separated by a comma
203 # Deprecated modules which should not be used, separated by a comma
204 deprecated-modules=regsub,string,TERMIOS,Bastion,rexec
204 deprecated-modules=regsub,TERMIOS,Bastion,rexec
205
205
206 # Create a graph of every (i.e. internal and external) dependencies in the
206 # Create a graph of every (i.e. internal and external) dependencies in the
207 # given file (report R0402 must not be disabled)
207 # given file (report R0402 must not be disabled)
General Comments 0
You need to be logged in to leave comments. Login now