mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Merge 3.5 (socket.__all__)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user