From: Guido van Rossum Date: Thu, 3 Apr 1997 22:43:02 +0000 (+0000) Subject: Added site X-Git-Tag: v1.5a1~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc5ee0f980396e62db15c1e0ea94a944e91c9739;p=python Added site --- diff --git a/Doc/lib/libpython.tex b/Doc/lib/libpython.tex index 5b3e7a9376..6cf920caeb 100644 --- a/Doc/lib/libpython.tex +++ b/Doc/lib/libpython.tex @@ -38,6 +38,9 @@ different constraints). --- Retrieve and submit parse trees from and to the runtime support environment. +\item[site] +--- A standard way to reference site-specific modules. + \item[__builtin__] --- The set of built-in functions. diff --git a/Doc/libpython.tex b/Doc/libpython.tex index 5b3e7a9376..6cf920caeb 100644 --- a/Doc/libpython.tex +++ b/Doc/libpython.tex @@ -38,6 +38,9 @@ different constraints). --- Retrieve and submit parse trees from and to the runtime support environment. +\item[site] +--- A standard way to reference site-specific modules. + \item[__builtin__] --- The set of built-in functions.