\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.)
\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.)