third_party.pylibs.pylint.src/checkers
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
..
__init__.py
base.py
classes.py
design_analysis.py
exceptions.py Fix a false positive on Python 2 for raising-bad-type and tuples. 2015-01-02 16:15:31 +02:00
format.py
imports.py
logging.py
misc.py
newstyle.py
python3.py
raw_metrics.py
similar.py
spelling.py
stdlib.py
strings.py
typecheck.py
utils.py
variables.py