mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Markup fix
This commit is contained in:
parent
73f83d2bc6
commit
24e99c43c6
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ Protocol) and :rfc:`1869` (SMTP Service Extensions).
|
|||
.. class:: LMTP([host[, port[, local_hostname]]])
|
||||
|
||||
The LMTP protocol, which is very similar to ESMTP, is heavily based on the
|
||||
standard SMTP client. It's common to use Unix sockets for LMTP, so our connect()
|
||||
standard SMTP client. It's common to use Unix sockets for LMTP, so our :meth:`connect`
|
||||
method must support that as well as a regular host:port server. To specify a
|
||||
Unix socket, you must use an absolute path for *host*, starting with a '/'.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue