summaryrefslogtreecommitdiff
path: root/pylint/test/messages/func_3k_removed_stuff_py_30.txt
blob: a185672eb72b9349a48c6153e6270ba2d6b7fdef (plain)
1
2
3
4
E: 12:function: Instance of 'unicode' has no 'looower' member
W:  4: Used builtin function 'filter'. Using a list comprehension can be clearer.
W:  4: Used builtin function 'map'. Using a list comprehension can be clearer.
W:  6: Relative import 'func_w0401', should be 'input.func_w0401'