]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Document that sys.builtin_module_names is now a tuple.
authorGuido van Rossum <guido@python.org>
Mon, 6 Jan 1997 23:01:02 +0000 (23:01 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 6 Jan 1997 23:01:02 +0000 (23:01 +0000)
Doc/lib/libsys.tex
Doc/libsys.tex

index ff5d65e9f5b4f4676249f517972ff2b040f53807..32f6699cd26c8acc88f565e1a348f092eaccb778 100644 (file)
@@ -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.)
index ff5d65e9f5b4f4676249f517972ff2b040f53807..32f6699cd26c8acc88f565e1a348f092eaccb778 100644 (file)
@@ -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.)