File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -199,7 +199,10 @@ \section{Built-in Module \sectcode{imp}}
199199it will be used instead of parsing the given source file.
200200\end {funcdesc }
201201
202+
202203\subsection {Examples }
204+ \label {examples-imp }
205+
203206The following function emulates what was the standard import statement
204207up to Python 1.4 (i.e., no hierarchical module names). (This
205208\emph {implementation } wouldn't work in that version, since
Original file line number Diff line number Diff line change @@ -199,7 +199,10 @@ \section{Built-in Module \sectcode{imp}}
199199it will be used instead of parsing the given source file.
200200\end {funcdesc }
201201
202+
202203\subsection {Examples }
204+ \label {examples-imp }
205+
203206The following function emulates what was the standard import statement
204207up to Python 1.4 (i.e., no hierarchical module names). (This
205208\emph {implementation } wouldn't work in that version, since
You can’t perform that action at this time.
0 commit comments