Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsmtplib.py287 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/cpython3/Lib/
Dsmtplib.py301 def _get_socket(self, host, port, timeout): member in SMTP
336 self.sock = self._get_socket(host, port, self.timeout)
1033 def _get_socket(self, host, port, timeout): member in SMTP_SSL
/external/python/cpython2/Misc/NEWS.d/
D2.7.5.rst288 Rename operands in smtplib.SMTP._get_socket to correct names; fixes
D2.7a1.rst2693 smtplib.SMTP_SSL._get_socket now correctly returns the socket. Patch by
/external/python/cpython3/Misc/
DHISTORY14761 - Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returns the socket.