Commit 07e53c40 authored by Guido van Rossum's avatar Guido van Rossum

Document that sys.builtin_module_names is now a tuple.

parent 11f0965d
...@@ -19,7 +19,7 @@ It is always available. ...@@ -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.)
......
...@@ -19,7 +19,7 @@ It is always available. ...@@ -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.)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment