mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Also add a one-line description of the "optional" directive.
This commit is contained in:
parent
8462573826
commit
f6b5374ecf
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ import os
|
|||
# The directives supported are
|
||||
# include - Include a module or file
|
||||
# exclude - Exclude a module
|
||||
# optional - Include a module if it is found, but don't complain if it isn't
|
||||
# path - Add sys.path entries. Relative paths are relative to the source file.
|
||||
#
|
||||
# See the macfreeze.py main program for a real live example.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue