Baby pylint alternative for py3k
David Binger noted on the QP list today discussion on the python-dev list revolving around pylint being broken in Python 3 and suggests qpcheck.py as a baby pylint alternative.
- Current implementation of qpcheck.py
- Qpy package itself
Running qpcheck.py | grep undefined against the Python 3 standard library returned almost 400 lines, at least some of which are actual errors.