diff options
Diffstat (limited to 'contrib/tools/python3/src/Lib/socket.py')
| -rw-r--r-- | contrib/tools/python3/src/Lib/socket.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/tools/python3/src/Lib/socket.py b/contrib/tools/python3/src/Lib/socket.py index a0567b76bcf..42ee1307732 100644 --- a/contrib/tools/python3/src/Lib/socket.py +++ b/contrib/tools/python3/src/Lib/socket.py @@ -28,6 +28,7 @@ socket.getdefaulttimeout() -- get the default timeout value socket.setdefaulttimeout() -- set the default timeout value create_connection() -- connects to an address, with an optional timeout and optional source address. +create_server() -- create a TCP socket and bind it to a specified address. [*] not available on all platforms! |
