mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
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:
parent
99e607a86f
commit
e9735ac215
2 changed files with 7 additions and 18 deletions
|
@ -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}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue