cpython: fixing the smtplib.rst whitespaces.
http://hg.python.org/cpython/rev/768ee07a6521 changeset: 71619:768ee07a6521 user: Senthil Kumaran <senthil@uthcode.com> date: Sat Jul 30 10:58:30 2011 +0800 summary: fixing the smtplib.rst whitespaces. files: Doc/library/smtplib.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst --- a/Doc/library/smtplib.rst +++ b/Doc/library/smtplib.rst @@ -90,7 +90,7 @@ :meth:`connect` method must support that as well as a regular host:port server. The optional parameters local_hostname and source_address has the same meaning as that of SMTP client.To specify a Unix socket, you must use - an absolute path for *host*, starting with a '/'. + an absolute path for *host*, starting with a '/'. Authentication is supported, using the regular SMTP mechanism. When using a Unix socket, LMTP generally don't support or require any authentication, but your -- Repository URL: http://hg.python.org/cpython
participants (1)
-
senthil.kumaran