third_party.pylibs.pylint.src/checkers
Emile Anclin 4192e79a83 py3k: need to handle guess_encoding in astng
Astng will try to find the right encoding and provide the right "stream"
interface for the Pylint checkers.
Reading a stream with the wrong encoding in py3k will generate a UnicodeError.

The introduced a 'F0010' failure should maybe be replaced by E0501, E0502 and
F0002? However, can we call 'unexpected errors' the ASTNGBuildingExceptions
that we raise in logilab.astng.builder?
2010-11-22 15:36:44 +01:00
..
__init__.py py3k: need to handle guess_encoding in astng 2010-11-22 15:36:44 +01:00
base.py
classes.py
design_analysis.py
exceptions.py
format.py py3k: need to handle guess_encoding in astng 2010-11-22 15:36:44 +01:00
imports.py
logging.py
misc.py py3k: need to handle guess_encoding in astng 2010-11-22 15:36:44 +01:00
newstyle.py
raw_metrics.py
similar.py py3k: need to handle guess_encoding in astng 2010-11-22 15:36:44 +01:00
string_format.py
typecheck.py
utils.py
variables.py