From cf3527b705516ffea6d5f5810bd8b80076101415 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 3 Jun 1997 17:58:31 +0000 Subject: socket_type --> SocketType --- Lib/test/test_socket.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index 1fe8c41..c61a2c8 100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py @@ -65,7 +65,7 @@ for optional in ("AF_UNIX", ): missing_ok(optional) -socktype = socket.socket_type +socktype = socket.SocketType hostname = socket.gethostname() ip = socket.gethostbyname(hostname) hname, aliases, ipaddrs = socket.gethostbyaddr(ip) -- cgit v0.12