summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-04-03 22:43:02 (GMT)
committerGuido van Rossum <guido@python.org>1997-04-03 22:43:02 (GMT)
commitfc5ee0f980396e62db15c1e0ea94a944e91c9739 (patch)
treea2aa93b195e15811506f580e6b892ac80806f479 /Doc
parent571391b963058d5071a5372a4e55cb20c5476622 (diff)
downloadcpython-fc5ee0f980396e62db15c1e0ea94a944e91c9739.zip
cpython-fc5ee0f980396e62db15c1e0ea94a944e91c9739.tar.gz
cpython-fc5ee0f980396e62db15c1e0ea94a944e91c9739.tar.bz2
Added site
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libpython.tex3
-rw-r--r--Doc/libpython.tex3
2 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libpython.tex b/Doc/lib/libpython.tex
index 5b3e7a9..6cf920c 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 5b3e7a9..6cf920c 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.