]> granicus.if.org Git - python/commitdiff
Document \code{import} in pth files.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 11 Jan 2001 22:07:25 +0000 (22:07 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 11 Jan 2001 22:07:25 +0000 (22:07 +0000)
Doc/lib/libsite.tex

index b370db66577d575044cca914fe008cb30d15f72d..f81841ef16d2f536893c56a48a1da0226c3486aa 100644 (file)
@@ -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}