8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
socket
1 parent fb082c2 commit 639b62cCopy full SHA for 639b62c
Doc/library/socket.rst
@@ -233,9 +233,9 @@ resolution and/or the host configuration. For deterministic behavior use a
233
numeric address in *host* portion.
234
235
All errors raise exceptions. The normal exceptions for invalid argument types
236
-and out-of-memory conditions can be raised; starting from Python 3.3, errors
+and out-of-memory conditions can be raised. Errors
237
related to socket or address semantics raise :exc:`OSError` or one of its
238
-subclasses (they used to raise :exc:`socket.error`).
+subclasses.
239
240
Non-blocking mode is supported through :meth:`~socket.setblocking`. A
241
generalization of this based on timeouts is supported through
0 commit comments