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