8000 gh-92417: `socket` docs: remove references to Python <3.3 (GH-92544) · python/cpython@639b62c · GitHub
[go: up one dir, main page]

Skip to content

Commit 639b62c

Browse files
authored
gh-92417: socket docs: remove references to Python <3.3 (GH-92544)
1 parent fb082c2 commit 639b62c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/socket.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ resolution and/or the host configuration. For deterministic behavior use a
233233
numeric address in *host* portion.
234234

235235
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
236+
and out-of-memory conditions can be raised. Errors
237237
related to socket or address semantics raise :exc:`OSError` or one of its
238-
subclasses (they used to raise :exc:`socket.error`).
238+
subclasses.
239239

240240
Non-blocking mode is supported through :meth:`~socket.setblocking`. A
241241
generalization of this based on timeouts is supported through

0 commit comments

Comments
 (0)
0