Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3be52e

Browse files
committed
Try to clean up some indexing relevant to the import statement.
Pertains to SF bug #518989.
1 parent 19db13b commit b3be52e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/ref/ref6.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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}}
631634
The first form (without \keyword{from}) repeats these steps for each
632635
identifier 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
638638
In this context, to ``initialize'' a built-in or extension module means to
639639
call an initialization function that the module must provide for the purpose

0 commit comments

Comments
 (0)