Open
Description
Originally reported by: Andrew Carman (BitBucket: carmandrew, GitHub: @carmandrew?)
When you run pylint on the following file, it reports no errors, but there is very clearly an error when running (AttributeError: 'module' object has no attribute 'saxutils').
import xml.sax.handler
print(xml.sax.handler)
print(xml.sax.saxutils)
- Bitbucket: https://bitbucket.org/logilab/pylint/issue/5