]> granicus.if.org Git - python/commitdiff
Clarify docs on where .pth files can exist.
authorBrett Cannon <bcannon@gmail.com>
Sat, 20 Mar 2004 21:41:28 +0000 (21:41 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 20 Mar 2004 21:41:28 +0000 (21:41 +0000)
Doc/lib/libsite.tex

index 70f34b8fc4a4f68dca4b4c32f24705d78899235a..13a4909938da866d2fe9577607d7ecdddc4f7190 100644 (file)
@@ -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