File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ \section{The \keyword{print} statement\label{print}}
327327exception is raised.
328328\indexii {standard}{output}
329329\refbimodindex {sys}
330- \ttindex {stdout}
330+ \withsubitem {(in module sys)}{ \ ttindex {stdout} }
331331\exindex {RuntimeError}
332332
333333\section {The \keyword {return} statement\label {return } }
@@ -468,7 +468,7 @@ \section{The \keyword{import} statement\label{import}}
468468platform specific. It generally involves searching for a `` built-in''
469469module with the given name and then searching a list of locations
470470given as \code {sys.path}.
471- \ttindex {modules}
471+ \withsubitem {(in module sys)}{ \ ttindex {modules} }
472472\ttindex {sys.modules}
473473\indexii {module}{name}
474474\indexii {built-in}{module}
@@ -511,7 +511,7 @@ \section{The \keyword{import} statement\label{import}}
511511
512512The \keyword {from} form with \code {*} may only occur in a module scope.
513513\kwindex {from}
514- \ttindex {from ... import * }
514+ \stindex {from}
515515
516516(The current implementation does not enforce the latter two
517517restrictions, but programs should not abuse this freedom, as future
You can’t perform that action at this time.
0 commit comments