Changeset 391 for python/trunk/Doc/library/py_compile.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/py_compile.rst
r2 r391 8 8 9 9 .. index:: pair: file; byte-code 10 11 **Source code:** :source:`Lib/py_compile.py` 12 13 -------------- 10 14 11 15 The :mod:`py_compile` module provides a function to generate a byte-code file … … 41 45 cached in the normal manner. This function does not search a directory 42 46 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 ``'-'``. 43 52 44 53 When 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.