diff options
author | Guido van Rossum <guido@python.org> | 1997-11-27 01:39:15 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-27 01:39:15 (GMT) |
commit | 73ec2c008161fb2845c2a87314ede00db0d31c27 (patch) | |
tree | 980e738ab97aef43e5193e1936b3136b2fb274b7 /Doc | |
parent | 22cf34795534220f1bf47013e4a7f0a5502ba3fb (diff) | |
download | cpython-73ec2c008161fb2845c2a87314ede00db0d31c27.zip cpython-73ec2c008161fb2845c2a87314ede00db0d31c27.tar.gz cpython-73ec2c008161fb2845c2a87314ede00db0d31c27.tar.bz2 |
Slip of the keyboard (f__ should be __). Dunno why I had a totally
messed up (but not checked in) version in my work files and didn't
notice before releasing 1.5 -- at least the distributed latex file
doesn't have the bogus warning about changed __init__ semantics.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libni.tex | 2 | ||||
-rw-r--r-- | Doc/libni.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libni.tex b/Doc/lib/libni.tex index eecbe19..c564373 100644 --- a/Doc/lib/libni.tex +++ b/Doc/lib/libni.tex @@ -4,7 +4,7 @@ \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 +support for \code{__domain__} or\code{__}) is built in the interpreter. The ni module is retained only for backward compatibility. diff --git a/Doc/libni.tex b/Doc/libni.tex index eecbe19..c564373 100644 --- a/Doc/libni.tex +++ b/Doc/libni.tex @@ -4,7 +4,7 @@ \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 +support for \code{__domain__} or\code{__}) is built in the interpreter. The ni module is retained only for backward compatibility. |