summaryrefslogtreecommitdiff
path: root/pylint/test/messages/func_3k_removed_stuff_py_30.txt
blob: a5ec95c9e002eb605d783d43e5d3b03ff6e7fc6f (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_w0302', should be 'input.func_w0302'