mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
merge 3.4 (#23221)
This commit is contained in:
commit
610bc6a211
14 changed files with 14 additions and 13 deletions
|
@ -450,7 +450,7 @@ if hasattr(_socket.socket, "share"):
|
|||
def fromshare(info):
|
||||
""" fromshare(info) -> socket object
|
||||
|
||||
Create a socket object from a the bytes object returned by
|
||||
Create a socket object from the bytes object returned by
|
||||
socket.share(pid).
|
||||
"""
|
||||
return socket(0, 0, 0, info)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue