Commit Graph

2 Commits

Author SHA1 Message Date
Claudiu Popa
a51597920b Removed the bad-builtin check
Using some of the builtins is just fine, we don't have to warn
about using filter or map, since it imposes a split opinion,
that can't be easily be agreed with in certain cases, leading to
the disabling of the check. As such, is far more suited to remove
the check.
2016-05-10 16:42:28 +03:00
Claudiu Popa
37e6b5c9c2 Make the --py3k flag commutative with the -E flag.
Also, this patch fixes the leaks of error messages from the Python 3
checker when the errors mode was activated. Closes issue #437.
2015-02-28 19:13:33 +02:00