python.rst
changeset 685 6413021852a2
parent 682 2e1ccd2f0591
child 694 9d27c3b62d3b
--- a/python.rst	Tue Nov 09 18:02:57 2010 +0200
+++ b/python.rst	Wed Nov 10 00:18:58 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
+