Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsmtplib.py286 def _get_socket(self, host, port, timeout): member in SMTP
316 self.sock = self._get_socket(host, port, self.timeout)
803 def _get_socket(self, host, port, timeout): member in SMTP_SSL
/external/python/cpython2/Misc/
DNEWS3001 - Issue #13163: Rename operands in smtplib.SMTP._get_socket to correct names;
8101 - Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returns the socket.