Commit f518d5e9 authored by Guido van Rossum's avatar Guido van Rossum

Print less in test_socket.

parent 0add15f6
test_socket
socket.error
2
2
1
4
5
6
23
test_socket
socket.error
2
2
1
4
5
6
23
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment