Document that sys.builtin_module_names is now a tuple.

This commit is contained in:
Guido van Rossum 1997-01-06 23:01:02 +00:00
parent 2f4caa4c48
commit 0d2971badb
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ It is always available.
\end{datadesc} \end{datadesc}
\begin{datadesc}{builtin_module_names} \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 into this Python interpreter. (This information is not available in
any other way --- \code{sys.modules.keys()} only lists the imported any other way --- \code{sys.modules.keys()} only lists the imported
modules.) modules.)

View File

@ -19,7 +19,7 @@ It is always available.
\end{datadesc} \end{datadesc}
\begin{datadesc}{builtin_module_names} \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 into this Python interpreter. (This information is not available in
any other way --- \code{sys.modules.keys()} only lists the imported any other way --- \code{sys.modules.keys()} only lists the imported
modules.) modules.)