diff options
Diffstat (limited to 'Doc/library/site.rst')
-rw-r--r-- | Doc/library/site.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/site.rst b/Doc/library/site.rst index 5b5ed93..e6a2980 100644 --- a/Doc/library/site.rst +++ b/Doc/library/site.rst @@ -49,6 +49,10 @@ the key "include-system-site-packages" set to anything other than "false" (case-insensitive), the system-level prefixes will still also be searched for site-packages; otherwise they won't. +.. index:: + single: #; comment + statement: import + A path configuration file is a file whose name has the form :file:`{name}.pth` and exists in one of the four directories mentioned above; its contents are additional items (one per line) to be added to ``sys.path``. Non-existing items |