Searched refs:HOSTv6 (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/test/support/ |
D | socket_helper.py | 12 HOSTv6 = "::1" variable 130 sock.bind((HOSTv6, 0))
|
/third_party/python/Lib/test/ |
D | test_smtpd.py | 179 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),
|
D | test_ftplib.py | 24 from test.support.socket_helper import HOST, HOSTv6 857 self.server = DummyFTPServer((HOSTv6, 0),
|
D | test_asyncore.py | 807 addr = (socket_helper.HOSTv6, 0)
|
D | test_socket.py | 747 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/ |
D | 3.7.0a1.rst | 4891 for your ``127.0.0.1`` needs, similar to the existing HOSTv6 constant.
|