author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Mon, 20 Dec 2010 11:20:35 +0200 | |
changeset 762 | 9546a579b253 |
parent 694 | 9d27c3b62d3b |
permissions | -rw-r--r-- |
-*- mode: outline; coding: utf-8 -*- * Licence and history of Python. http://docs.python.org/dev/license.htm * Byte compile .py and check for errors. $ python -m compileall dir * Code analyzers and style checkers. ** Pylint. http://www.logilab.org/857 http://pypi.python.org/pypi/pylint ** PyChecker. http://pychecker.sourceforge.net/