python.rst
changeset 682 2e1ccd2f0591
parent 47 26c7669c3d49
child 694 9d27c3b62d3b
--- a/python.rst	Tue Nov 09 21:44:43 2010 +0200
+++ b/python.rst	Tue Nov 09 21:45:15 2010 +0200
@@ -1,7 +1,12 @@
--*- outline -*-
+-*- mode: outline; coding: utf-8 -*-
 
 * Licence and history of Python.
 
 See
 
   http://docs.python.org/dev/license.htm
+
+* Byte compile .py and check for errors.
+
+  $ python -m compileall dir
+