no such module.
\end{funcdesc}
-\begin{funcdesc}{load_compiled}{name, pathname, file}
+\begin{funcdesc}{load_compiled}{name, pathname, \optional{file}}
\indexii{file}{byte-code}
Load and initialize a module implemented as a byte-compiled code file
and return its module object. If the module was already initialized,
support it.)
\end{funcdesc}
-\begin{funcdesc}{load_source}{name, pathname, file}
+\begin{funcdesc}{load_source}{name, pathname\optional{, file}}
Load and initialize a module implemented as a Python source file and
return its module object. If the module was already initialized, it
will be initialized \emph{again}. The \var{name} argument is used to