mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Whitespace normalization.
This commit is contained in:
parent
be1bc3b63a
commit
abd8a336a3
12 changed files with 21 additions and 21 deletions
|
|
@ -729,7 +729,7 @@ class SMTP_SSL(SMTP):
|
|||
support). If host is not specified, '' (the local host) is used. If port is
|
||||
omitted, the standard SMTP-over-SSL port (465) is used. keyfile and certfile
|
||||
are also optional - they can contain a PEM formatted private key and
|
||||
certificate chain file for the SSL connection.
|
||||
certificate chain file for the SSL connection.
|
||||
"""
|
||||
def __init__(self, host = '', port = 0, local_hostname = None,
|
||||
keyfile = None, certfile = None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue