From: Brett Cannon Date: Sat, 20 Mar 2004 21:41:28 +0000 (+0000) Subject: Clarify docs on where .pth files can exist. X-Git-Tag: v2.4a1~656 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=508c57d5449413e1df5b7edae741f3b5cef1496b;p=python Clarify docs on where .pth files can exist. --- diff --git a/Doc/lib/libsite.tex b/Doc/lib/libsite.tex index 70f34b8fc4..13a4909938 100644 --- a/Doc/lib/libsite.tex +++ b/Doc/lib/libsite.tex @@ -26,7 +26,8 @@ path for configuration files. \indexii{site-packages}{directory} A path configuration file is a file whose name has the form -\file{\var{package}.pth}; its contents are additional items (one +\file{\var{package}.pth} and exists in one of the four directories +mentioned above; its contents are additional items (one 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