mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Document \code{import} in pth files.
This commit is contained in:
parent
49c9ac30a4
commit
a177c40daf
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ per line) to be added to \code{sys.path}. Non-existing items are
|
|||
never added to \code{sys.path}, but no check is made that the item
|
||||
refers to a directory (rather than a file). No item is added to
|
||||
\code{sys.path} more than once. Blank lines and lines beginning with
|
||||
\code{\#} are skipped.
|
||||
\code{\#} are skipped. Lines starting with \code{import} are executed.
|
||||
\index{package}
|
||||
\indexiii{path}{configuration}{file}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue