mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Print less in test_socket.
This commit is contained in:
parent
0add15f6a5
commit
f518d5e98e
2 changed files with 6 additions and 21 deletions
|
@ -1,18 +1,3 @@
|
||||||
test_socket
|
test_socket
|
||||||
socket.error
|
socket.error
|
||||||
2
|
|
||||||
2
|
|
||||||
1
|
|
||||||
4
|
|
||||||
5
|
|
||||||
6
|
|
||||||
23
|
|
||||||
test_socket
|
|
||||||
socket.error
|
|
||||||
2
|
|
||||||
2
|
|
||||||
1
|
|
||||||
4
|
|
||||||
5
|
|
||||||
6
|
|
||||||
23
|
23
|
||||||
|
|
|
@ -22,13 +22,13 @@ def missing_ok(str):
|
||||||
|
|
||||||
print socket.error
|
print socket.error
|
||||||
|
|
||||||
print socket.AF_INET
|
socket.AF_INET
|
||||||
|
|
||||||
print socket.SOCK_STREAM
|
socket.SOCK_STREAM
|
||||||
print socket.SOCK_DGRAM
|
socket.SOCK_DGRAM
|
||||||
print socket.SOCK_RAW
|
socket.SOCK_RAW
|
||||||
print socket.SOCK_RDM
|
socket.SOCK_RDM
|
||||||
print socket.SOCK_SEQPACKET
|
socket.SOCK_SEQPACKET
|
||||||
|
|
||||||
for optional in ("AF_UNIX",
|
for optional in ("AF_UNIX",
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue