File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3474,7 +3474,8 @@ \section{Customizing Import and Built-Ins}
34743474provides the default implementation, but more interesting, the various
34753475steps it takes are available separately from the new built-in module
34763476\code {imp}. (See the section on \code {imp} in the Library Reference
3477- Manual for more information on this module.)
3477+ Manual for more information on this module -- it also contains a
3478+ complete example of how to write your own \code {__import__} function.)
34783479
34793480When you do \code {dir()} in a fresh interactive interpreter you will
34803481see another `` secret'' object that's present in every module:
Original file line number Diff line number Diff line change @@ -3474,7 +3474,8 @@ \section{Customizing Import and Built-Ins}
34743474provides the default implementation, but more interesting, the various
34753475steps it takes are available separately from the new built-in module
34763476\code {imp}. (See the section on \code {imp} in the Library Reference
3477- Manual for more information on this module.)
3477+ Manual for more information on this module -- it also contains a
3478+ complete example of how to write your own \code {__import__} function.)
34783479
34793480When you do \code {dir()} in a fresh interactive interpreter you will
34803481see another `` secret'' object that's present in every module:
You can’t perform that action at this time.
0 commit comments