diff options
-rw-r--r-- | Doc/library/socketserver.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/socketserver.rst b/Doc/library/socketserver.rst index 51cab5ee86..7f4daad341 100644 --- a/Doc/library/socketserver.rst +++ b/Doc/library/socketserver.rst @@ -158,6 +158,8 @@ Server Objects Tells the :meth:`serve_forever` loop to stop and waits until it does. + .. versionadded:: 2.6 + .. data:: address_family |