File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -612,6 +612,9 @@ \section{The \keyword{continue} statement \label{continue}}
612612
613613\section {The \keyword {import} statement \label {import } }
614614\stindex {import}
615+ \index {module!importing}
616+ \indexii {name}{binding}
617+ \kwindex {from}
615618
616619\begin {productionlist }
617620 \production {import_stmt}
@@ -631,9 +634,6 @@ \section{The \keyword{import} statement \label{import}}
631634The first form (without \keyword {from}) repeats these steps for each
632635identifier in the list. The form with \keyword {from} performs step
633636(1) once, and then performs step (2) repeatedly.
634- \indexii {importing}{module}
635- \indexii {name}{binding}
636- \kwindex {from}
637637
638638In this context, to `` initialize'' a built-in or extension module means to
639639call an initialization function that the module must provide for the purpose
You can’t perform that action at this time.
0 commit comments