Kaydet (Commit) f518d5e9 authored tarafından Guido van Rossum's avatar Guido van Rossum

Print less in test_socket.

üst 0add15f6
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): ...@@ -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",
......
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