From 61bc874b198516f483392acbf063c0bf92b2e42e Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 3 Jan 1997 20:04:09 +0000 Subject: [PATCH] Output of socket module test. --- Lib/test/output/test_socket | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Lib/test/output/test_socket diff --git a/Lib/test/output/test_socket b/Lib/test/output/test_socket new file mode 100644 index 0000000000..2085c7b5dd --- /dev/null +++ b/Lib/test/output/test_socket @@ -0,0 +1,18 @@ +test_socket +socket.error +2 +2 +1 +4 +5 +6 +23 +test_socket +socket.error +2 +2 +1 +4 +5 +6 +23 -- 2.50.1