]> granicus.if.org Git - python/commitdiff
Added warning about ni's obsolescence. Retracted semantic changes
authorGuido van Rossum <guido@python.org>
Sun, 7 Sep 1997 03:02:39 +0000 (03:02 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 7 Sep 1997 03:02:39 +0000 (03:02 +0000)
(i.e. when using ni, the old __init__.py semantics prevail!)

Doc/lib/libni.tex
Doc/libni.tex

index b0f07a871f141daff33f8b0cc3e423e10ae77b68..eecbe19039e8a77cc3a96a4b3082568d3c7b8509 100644 (file)
@@ -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
index b0f07a871f141daff33f8b0cc3e423e10ae77b68..eecbe19039e8a77cc3a96a4b3082568d3c7b8509 100644 (file)
@@ -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