commit | ff712aa8abde6a1a892ec39bb124cfd4a7cb992a | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Aug 15 00:45:26 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Aug 15 00:45:26 1997 +0000 |
tree | c5cf2853501f0678abb92fb8e91315b3ee0d8a76 | |
parent | f84a539d38ffe79a4eb940c4a2071294fa734fe8 [diff] [blame] |
The usual.
diff --git a/Lib/dos-8x3/test_soc.py b/Lib/dos-8x3/test_soc.py index 1fe8c41..c61a2c8 100644 --- a/Lib/dos-8x3/test_soc.py +++ b/Lib/dos-8x3/test_soc.py
@@ -65,7 +65,7 @@ ): missing_ok(optional) -socktype = socket.socket_type +socktype = socket.SocketType hostname = socket.gethostname() ip = socket.gethostbyname(hostname) hname, aliases, ipaddrs = socket.gethostbyaddr(ip)