From f518d5e98e73fcd6f212e3770e61f0b7eb752dee Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 9 May 1997 01:54:45 +0000 Subject: [PATCH] Print less in test_socket. --- Lib/test/output/test_socket | 15 --------------- Lib/test/test_socket.py | 12 ++++++------ 2 files changed, 6 insertions(+), 21 deletions(-) diff --git a/Lib/test/output/test_socket b/Lib/test/output/test_socket index 2085c7b5dda..65263f0e75f 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 1e157b9ca8b..1af1ff120bf 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",