diff -r be52d3742472 -r c7352d68c95e python.rst --- a/python.rst Sun Sep 25 17:54:32 2011 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ --*- 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/