From: Guido van Rossum Date: Sun, 7 Sep 1997 03:02:39 +0000 (+0000) Subject: Added warning about ni's obsolescence. Retracted semantic changes X-Git-Tag: v1.5a4~218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16221126d6b801b16b77844e55c7172a466c7b6f;p=python Added warning about ni's obsolescence. Retracted semantic changes (i.e. when using ni, the old __init__.py semantics prevail!) --- diff --git a/Doc/lib/libni.tex b/Doc/lib/libni.tex index b0f07a871f..eecbe19039 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 b0f07a871f..eecbe19039 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