python.rst
changeset 682 2e1ccd2f0591
parent 47 26c7669c3d49
child 694 9d27c3b62d3b
equal deleted inserted replaced
681:5ef28374724c 682:2e1ccd2f0591
     1 -*- outline -*-
     1 -*- mode: outline; coding: utf-8 -*-
     2 
     2 
     3 * Licence and history of Python.
     3 * Licence and history of Python.
     4 
     4 
     5 See
     5 See
     6 
     6 
     7   http://docs.python.org/dev/license.htm
     7   http://docs.python.org/dev/license.htm
       
     8 
       
     9 * Byte compile .py and check for errors.
       
    10 
       
    11   $ python -m compileall dir
       
    12