Commit 7d725628 authored by Jason Madden's avatar Jason Madden

Note we implement socket.fromshare on windows

parent 53c7cd1c
......@@ -429,6 +429,8 @@ if hasattr(_socket.socket, "share"):
"""
return socket(0, 0, 0, info)
__implements__.append('fromshare')
if hasattr(_socket, "socketpair"):
def socketpair(family=None, type=SOCK_STREAM, proto=0):
......
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