Skip to content
Prev Previous commit
Add a versionadded 3.12 tag.
  • Loading branch information
gpshead authored Apr 24, 2023
commit ee13a90590ecd276311217f2ce87c654a3666024
3 changes: 3 additions & 0 deletions Doc/library/socketserver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ server is the address family.

These classes are pre-defined using the mix-in classes.

.. versionadded:: 3.12
The ``ForkingUnixStreamServer`` and ``ForkingUnixDatagramServer`` classes
were added.

To implement a service, you must derive a class from :class:`BaseRequestHandler`
and redefine its :meth:`~BaseRequestHandler.handle` method.
Expand Down