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

Skip to content

Commit abfa2ca

Browse files
committed
added pointer to libimp.tex for __import__ example
1 parent 0bf8475 commit abfa2ca

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Doc/tut.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3474,7 +3474,8 @@ \section{Customizing Import and Built-Ins}
34743474
provides the default implementation, but more interesting, the various
34753475
steps 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

34793480
When you do \code{dir()} in a fresh interactive interpreter you will
34803481
see another ``secret'' object that's present in every module:

Doc/tut/tut.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3474,7 +3474,8 @@ \section{Customizing Import and Built-Ins}
34743474
provides the default implementation, but more interesting, the various
34753475
steps 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

34793480
When you do \code{dir()} in a fresh interactive interpreter you will
34803481
see another ``secret'' object that's present in every module:

0 commit comments

Comments
 (0)