From: Guido van Rossum Date: Fri, 9 May 1997 01:54:45 +0000 (+0000) Subject: Print less in test_socket. X-Git-Tag: v1.5a1~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f518d5e98e73fcd6f212e3770e61f0b7eb752dee;p=python Print less in test_socket. --- diff --git a/Lib/test/output/test_socket b/Lib/test/output/test_socket index 2085c7b5dd..65263f0e75 100644 --- a/Lib/test/output/test_socket +++ b/Lib/test/output/test_socket @@ -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 diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index 1e157b9ca8..1af1ff120b 100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py @@ -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",