Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f7d81739
Commit
f7d81739
authored
Dec 16, 2010
by
Éric Araujo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing doc from r79533
parent
c11ba768
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Doc/library/py_compile.rst
Doc/library/py_compile.rst
+5
-0
No files found.
Doc/library/py_compile.rst
View file @
f7d81739
...
@@ -40,6 +40,11 @@ byte-code cache files in the directory containing the source code.
...
@@ -40,6 +40,11 @@ byte-code cache files in the directory containing the source code.
line, if *args* is not specified) are compiled and the resulting bytecode is
line, if *args* is not specified) are compiled and the resulting bytecode is
cached in the normal manner. This function does not search a directory
cached in the normal manner. This function does not search a directory
structure to locate source files; it only compiles files named explicitly.
structure to locate source files; it only compiles files named explicitly.
If ``'-'`` is the only parameter in args, the list of files is taken from
standard input.
.. versionchanged:: 2.7
Added support for ``'-'``.
When this module is run as a script, the :func:`main` is used to compile all the
When this module is run as a script, the :func:`main` is used to compile all the
files named on the command line. The exit status is nonzero if one of the files
files named on the command line. The exit status is nonzero if one of the files
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment