From 0a73d4db51d5231e801f76d1bc1fcc95b55456f9 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 2 Apr 1998 18:46:44 +0000 Subject: [PATCH] Removed reference to ni module. --- Doc/lib/libfuncs.tex | 3 +-- Doc/libfuncs.tex | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index e914e808bb6..f8d22bc1132 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -12,12 +12,11 @@ This function is invoked by the \keyword{import} statement. It mainly exists so that you can replace it with another function that has a compatible interface, in order to change the semantics of the \keyword{import} statement. For examples of why and -how you would do this, see the standard library modules \module{ni}, +how you would do this, see the standard library modules \module{ihooks} and \module{rexec}. See also the built-in module \module{imp}, which defines some useful operations out of which you can build your own \function{__import__()} function. \stindex{import} -\refstmodindex{ni} \refstmodindex{ihooks} \refstmodindex{rexec} \refbimodindex{imp} diff --git a/Doc/libfuncs.tex b/Doc/libfuncs.tex index e914e808bb6..f8d22bc1132 100644 --- a/Doc/libfuncs.tex +++ b/Doc/libfuncs.tex @@ -12,12 +12,11 @@ This function is invoked by the \keyword{import} statement. It mainly exists so that you can replace it with another function that has a compatible interface, in order to change the semantics of the \keyword{import} statement. For examples of why and -how you would do this, see the standard library modules \module{ni}, +how you would do this, see the standard library modules \module{ihooks} and \module{rexec}. See also the built-in module \module{imp}, which defines some useful operations out of which you can build your own \function{__import__()} function. \stindex{import} -\refstmodindex{ni} \refstmodindex{ihooks} \refstmodindex{rexec} \refbimodindex{imp}