Home
last modified time | relevance | path

Searched refs:HOSTv6 (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/test/support/
Dsocket_helper.py12 HOSTv6 = "::1" variable
130 sock.bind((HOSTv6, 0))
/third_party/python/Lib/test/
Dtest_smtpd.py179 server = smtpd.SMTPServer((socket_helper.HOSTv6, 0), (socket_helper.HOSTv4, 0))
183 server = smtpd.SMTPServer((socket_helper.HOSTv4, 0), (socket_helper.HOSTv6, 0))
773 self.server = DummyServer((socket_helper.HOSTv6, 0), ('b', 0),
Dtest_ftplib.py24 from test.support.socket_helper import HOST, HOSTv6
857 self.server = DummyFTPServer((HOSTv6, 0),
Dtest_asyncore.py807 addr = (socket_helper.HOSTv6, 0)
Dtest_socket.py747 host = socket_helper.HOSTv6
1721 (socket_helper.HOSTv6, 0, 0xffffffff), 0)
1723 self.assertRaises(OverflowError, s.bind, (socket_helper.HOSTv6, 0, -10))
1884 s.bind((socket_helper.HOSTv6, 0, 0, 0))
/third_party/python/Misc/NEWS.d/
D3.7.0a1.rst4891 for your ``127.0.0.1`` needs, similar to the existing HOSTv6 constant.