diff options
author | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-01-02 16:15:31 +0200 |
---|---|---|
committer | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-01-02 16:15:31 +0200 |
commit | ebd9d5a29c238e77481f33f4f4305346c5fe7080 (patch) | |
tree | 5c224cc4dc2db441514a439c1cef5a7e1f3e772e /examples/custom_raw.py | |
parent | 45c4d98ffc42d40ec4a9f92f852dc083bb672df9 (diff) | |
download | pylint-git-ebd9d5a29c238e77481f33f4f4305346c5fe7080.tar.gz |
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.
Diffstat (limited to 'examples/custom_raw.py')
0 files changed, 0 insertions, 0 deletions