mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +00:00
Whitespace normalization.
This commit is contained in:
parent
c86c1b88f9
commit
863ac44b74
23 changed files with 84 additions and 88 deletions
|
@ -1012,7 +1012,7 @@ class IMAP4_SSL(IMAP4):
|
|||
"""
|
||||
self.sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||
self.sock.connect((self.host, self.port))
|
||||
self.sslobj = socket.ssl(self.sock,self.keyfile, self.certfile)
|
||||
self.sslobj = socket.ssl(self.sock,self.keyfile, self.certfile)
|
||||
|
||||
|
||||
def read(self, size):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue