]> granicus.if.org Git - python/commitdiff
Print less in test_socket.
authorGuido van Rossum <guido@python.org>
Fri, 9 May 1997 01:54:45 +0000 (01:54 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 9 May 1997 01:54:45 +0000 (01:54 +0000)
Lib/test/output/test_socket
Lib/test/test_socket.py

index 2085c7b5ddac40370f1ce4d3e2c8b674a62aea6e..65263f0e75fd0af11e640907fa87a10bf67e67cb 100644 (file)
@@ -1,18 +1,3 @@
 test_socket
 socket.error
-2
-2
-1
-4
-5
-6
-23
-test_socket
-socket.error
-2
-2
-1
-4
-5
-6
 23
index 1e157b9ca8bbaad6a3b5152f4fdae73c437773c3..1af1ff120bf6aa40ff81a63b561dd17bd657223a 100644 (file)
@@ -22,13 +22,13 @@ def missing_ok(str):
 
 print socket.error
 
-print socket.AF_INET
+socket.AF_INET
 
-print socket.SOCK_STREAM
-print socket.SOCK_DGRAM
-print socket.SOCK_RAW
-print socket.SOCK_RDM
-print socket.SOCK_SEQPACKET
+socket.SOCK_STREAM
+socket.SOCK_DGRAM
+socket.SOCK_RAW
+socket.SOCK_RDM
+socket.SOCK_SEQPACKET
 
 for optional in ("AF_UNIX",