Searched refs:_get_socket (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Lib/ |
D | smtplib.py | 303 def _get_socket(self, host, port, timeout): member in SMTP 339 self.sock = self._get_socket(host, port, self.timeout) 1037 def _get_socket(self, host, port, timeout): member in SMTP_SSL 1040 new_socket = super()._get_socket(host, port, timeout)
|
/external/python/cpython2/Lib/ |
D | smtplib.py | 287 def _get_socket(self, host, port, timeout): member in SMTP 317 self.sock = self._get_socket(host, port, self.timeout) 804 def _get_socket(self, host, port, timeout): member in SMTP_SSL
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.5.rst | 288 Rename operands in smtplib.SMTP._get_socket to correct names; fixes
|
D | 2.7a1.rst | 2693 smtplib.SMTP_SSL._get_socket now correctly returns the socket. Patch by
|
/external/python/cpython3/Misc/ |
D | HISTORY | 14761 - Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returns the socket.
|