Byte compile .py and check for errors.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 09 Nov 2010 21:45:15 +0200
changeset 682 2e1ccd2f0591
parent 681 5ef28374724c
child 683 94d031debe17
Byte compile .py and check for errors.
python.rst
--- 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
+