From: Martin v. Löwis Date: Thu, 11 Jan 2001 22:07:25 +0000 (+0000) Subject: Document \code{import} in pth files. X-Git-Tag: v2.1a1~327 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a177c40daf7195b03caf84345f08149d7a09b04b;p=python Document \code{import} in pth files. --- diff --git a/Doc/lib/libsite.tex b/Doc/lib/libsite.tex index b370db6657..f81841ef16 100644 --- a/Doc/lib/libsite.tex +++ b/Doc/lib/libsite.tex @@ -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}