# HG changeset patch # User Oleksandr Gavenko # Date 1289331915 -7200 # Node ID 2e1ccd2f05914427f803ed56f67aab51a8d99178 # Parent 5ef28374724c5fcaf667ae4e82628704574b4ac0 Byte compile .py and check for errors. diff -r 5ef28374724c -r 2e1ccd2f0591 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 +