python.rst
changeset 1010 c7352d68c95e
parent 1009 be52d3742472
child 1011 c006c2f27f51
--- 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/