As I understand it, Python (2.5.2) does not have real support for abstract classes. Why is pylint complaining about this class being an \"Abstract class not reference?\" Wil
In my experience, pylint is a bit over-zealous, and isn't useful until you've turned off a number of the warnings.