mirror of https://github.com/python/cpython
Print less in test_socket.
This commit is contained in:
parent
0add15f6a5
commit
f518d5e98e
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
||||
|
|
Loading…
Reference in New Issue