]> granicus.if.org Git - python/commitdiff
socket_type --> SocketType
authorFred Drake <fdrake@acm.org>
Tue, 3 Jun 1997 17:58:31 +0000 (17:58 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 3 Jun 1997 17:58:31 +0000 (17:58 +0000)
Lib/test/test_socket.py

index 1fe8c4173097af190ed02371ffc6e14faa68b32e..c61a2c8221b7c06917b2bb6cdfe7f68f9e37bcf7 100644 (file)
@@ -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)