diff --git a/Doc/lib/libni.tex b/Doc/lib/libni.tex index b0f07a871f1..eecbe19039e 100644 --- a/Doc/lib/libni.tex +++ b/Doc/lib/libni.tex @@ -2,6 +2,12 @@ \label{module-ni} \bimodindex{ni} +\strong{Warning: This module is obsolete.} As of Python 1.5a4, +package support (with different semantics for \code{__init__} and no +support for \code{__domain__} or\code{f__}) is built in the +interpreter. The ni module is retained only for backward +compatibility. + The \code{ni} module defines a new importing scheme, which supports packages containing several Python modules. To enable package support, execute \code{import ni} before importing any packages. Importing diff --git a/Doc/libni.tex b/Doc/libni.tex index b0f07a871f1..eecbe19039e 100644 --- a/Doc/libni.tex +++ b/Doc/libni.tex @@ -2,6 +2,12 @@ \label{module-ni} \bimodindex{ni} +\strong{Warning: This module is obsolete.} As of Python 1.5a4, +package support (with different semantics for \code{__init__} and no +support for \code{__domain__} or\code{f__}) is built in the +interpreter. The ni module is retained only for backward +compatibility. + The \code{ni} module defines a new importing scheme, which supports packages containing several Python modules. To enable package support, execute \code{import ni} before importing any packages. Importing