Print less in test_socket.

This commit is contained in:
Guido van Rossum 1997-05-09 01:54:45 +00:00
parent 0add15f6a5
commit f518d5e98e
2 changed files with 6 additions and 21 deletions

View 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

View 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",