summaryrefslogtreecommitdiffstats
path: root/Doc/library/socketserver.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-10-14 10:45:53 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-10-14 10:46:08 (GMT)
commitaeff92d86a3f3bd2d3a32b36ba75f84ff2c279d8 (patch)
treebcfa5d39b1c792fa7d41454400cd539d4dd82a31 /Doc/library/socketserver.rst
parentf71c96cf2d10c2fe4a84188d8eb6568563899118 (diff)
downloadcpython-3.15.0a1.zip
cpython-3.15.0a1.tar.gz
cpython-3.15.0a1.tar.bz2
Python 3.15.0a1v3.15.0a1
Diffstat (limited to 'Doc/library/socketserver.rst')
-rw-r--r--Doc/library/socketserver.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/socketserver.rst b/Doc/library/socketserver.rst
index 7fb629f..7bc2f7a 100644
--- a/Doc/library/socketserver.rst
+++ b/Doc/library/socketserver.rst
@@ -24,7 +24,7 @@ There are four basic concrete server classes:
:meth:`~BaseServer.server_activate`. The other parameters are passed to
the :class:`BaseServer` base class.
- .. versionchanged:: next
+ .. versionchanged:: 3.15
The default queue size is now ``socket.SOMAXCONN`` for :class:`socketserver.TCPServer`.
.. class:: UDPServer(server_address, RequestHandlerClass, bind_and_activate=True)