mirror of
https://github.com/python/cpython.git
synced 2025-11-11 22:55:08 +00:00
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 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
\declaremodule{standard}{email.Utils}
|
\declaremodule{standard}{email.Utils}
|
||||||
\modulesynopsis{Miscellaneous email package utilities.}
|
\modulesynopsis{Miscellaneous email package utilities.}
|
||||||
|
|
||||||
There are several useful utilities provided with the \module{email}
|
There are several useful utilities provided in the \module{email.Utils}
|
||||||
package.
|
module:
|
||||||
|
|
||||||
\begin{funcdesc}{quote}{str}
|
\begin{funcdesc}{quote}{str}
|
||||||
Return a new string with backslashes in \var{str} replaced by two
|
Return a new string with backslashes in \var{str} replaced by two
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue