Commit Graph

1 Commits

Author SHA1 Message Date
Claudiu Popa
ebd9d5a29c Fix a false positive on Python 2 for raising-bad-type and tuples.
Raising tuples in the form 'raise (ZeroDivisionError, None)' is not
an error on Python 2, but it is an error on Python 3.
2015-01-02 16:15:31 +02:00