summaryrefslogtreecommitdiffstats
path: root/Doc/libsys.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-01-06 23:01:02 (GMT)
committerGuido van Rossum <guido@python.org>1997-01-06 23:01:02 (GMT)
commit0d2971badb10b9e7703d71217f1b1688713fa3e3 (patch)
tree90480b8d06a29c8b56b141a769c1f1d2927fd41d /Doc/libsys.tex
parent2f4caa4c4897d0d760d5469835eec16dd285f8bb (diff)
downloadcpython-0d2971badb10b9e7703d71217f1b1688713fa3e3.zip
cpython-0d2971badb10b9e7703d71217f1b1688713fa3e3.tar.gz
cpython-0d2971badb10b9e7703d71217f1b1688713fa3e3.tar.bz2
Document that sys.builtin_module_names is now a tuple.
Diffstat (limited to 'Doc/libsys.tex')
-rw-r--r--Doc/libsys.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libsys.tex b/Doc/libsys.tex
index ff5d65e..32f6699 100644
--- a/Doc/libsys.tex
+++ b/Doc/libsys.tex
@@ -19,7 +19,7 @@ It is always available.
\end{datadesc}
\begin{datadesc}{builtin_module_names}
- A list of strings giving the names of all modules that are compiled
+ A tuple of strings giving the names of all modules that are compiled
into this Python interpreter. (This information is not available in
any other way --- \code{sys.modules.keys()} only lists the imported
modules.)