Merge 3.5 (socket.__all__)

This commit is contained in:
Victor Stinner 2016-08-17 14:40:45 +02:00
commit 72f25c8bc0
1 changed files with 1 additions and 0 deletions

View File

@ -519,6 +519,7 @@ else:
finally:
lsock.close()
return (ssock, csock)
__all__.append("socketpair")
socketpair.__doc__ = """socketpair([family[, type[, proto]]]) -> (socket object, socket object)
Create a pair of socket objects from the sockets returned by the platform