diff options
author | Fred Drake <fdrake@acm.org> | 2001-05-10 15:05:03 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-05-10 15:05:03 (GMT) |
commit | e9735ac215327450f46dcf8e26d0581fb3e1a406 (patch) | |
tree | 8d844ab44c759aec5aff44666d4304279e7aea05 /Doc/lib/libstring.tex | |
parent | 99e607a86ff81122fdd25d5fed65766d38b716dc (diff) | |
download | cpython-e9735ac215327450f46dcf8e26d0581fb3e1a406.zip cpython-e9735ac215327450f46dcf8e26d0581fb3e1a406.tar.gz cpython-e9735ac215327450f46dcf8e26d0581fb3e1a406.tar.bz2 |
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.)
Diffstat (limited to 'Doc/lib/libstring.tex')
-rw-r--r-- | Doc/lib/libstring.tex | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex index e95741e..38a0dbd 100644 --- a/Doc/lib/libstring.tex +++ b/Doc/lib/libstring.tex @@ -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}. |