mirror of https://github.com/python/cpython.git
SF bug #1030118, this should have named the email.Utils module as the one
containing these functions. (I will backport to Python 2.3)
This commit is contained in:
parent
8c72eae237
commit
87d6fc5161
|
@ -1,8 +1,8 @@
|
|||
\declaremodule{standard}{email.Utils}
|
||||
\modulesynopsis{Miscellaneous email package utilities.}
|
||||
|
||||
There are several useful utilities provided with the \module{email}
|
||||
package.
|
||||
There are several useful utilities provided in the \module{email.Utils}
|
||||
module:
|
||||
|
||||
\begin{funcdesc}{quote}{str}
|
||||
Return a new string with backslashes in \var{str} replaced by two
|
||||
|
|
Loading…
Reference in New Issue