Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/py_compile.rst

    r2 r391  
    88
    99.. index:: pair: file; byte-code
     10
     11**Source code:** :source:`Lib/py_compile.py`
     12
     13--------------
    1014
    1115The :mod:`py_compile` module provides a function to generate a byte-code file
     
    4145   cached in the normal manner.  This function does not search a directory
    4246   structure to locate source files; it only compiles files named explicitly.
     47   If ``'-'`` is the only parameter in args, the list of files is taken from
     48   standard input.
     49
     50   .. versionchanged:: 2.7
     51      Added support for ``'-'``.
    4352
    4453When this module is run as a script, the :func:`main` is used to compile all the
Note: See TracChangeset for help on using the changeset viewer.