Remove all mentions of the strop module -- it has been pronounced Evil.

(The string "strop" is found in the rexec documentation, but that should
not be changed until strop is actually removed or rexec no longer allows
it.)
This commit is contained in:
Fred Drake 2001-05-10 15:05:03 +00:00
parent 99e607a86f
commit e9735ac215
2 changed files with 7 additions and 18 deletions

View file

@ -265,12 +265,3 @@ The functions defined in this module are:
\var{maxsplit} is given, the first \var{maxsplit} occurrences are
replaced.
\end{funcdesc}
This module is implemented in Python. Much of its functionality has
been reimplemented in the built-in module
\module{strop}\refbimodindex{strop}. However, you
should \emph{never} import the latter module directly. When
\module{string} discovers that \module{strop} exists, it transparently
replaces parts of itself with the implementation from \module{strop}.
After initialization, there is \emph{no} overhead in using
\module{string} instead of \module{strop}.