Pertains to SF bug #518989.
\section{The \keyword{import} statement \label{import}}
\stindex{import}
+\index{module!importing}
+\indexii{name}{binding}
+\kwindex{from}
\begin{productionlist}
\production{import_stmt}
The first form (without \keyword{from}) repeats these steps for each
identifier in the list. The form with \keyword{from} performs step
(1) once, and then performs step (2) repeatedly.
-\indexii{importing}{module}
-\indexii{name}{binding}
-\kwindex{from}
In this context, to ``initialize'' a built-in or extension module means to
call an initialization function that the module must provide for the purpose