Home
last modified time | relevance | path

Searched refs:_get_socket (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dsmtplib.py305 def _get_socket(self, host, port, timeout): member in SMTP
341 self.sock = self._get_socket(host, port, self.timeout)
1053 def _get_socket(self, host, port, timeout): member in SMTP_SSL
1056 new_socket = super()._get_socket(host, port, timeout)
/third_party/python/Misc/
DHISTORY14761 - Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returns the socket.