From: Georg Brandl Date: Thu, 26 Jun 2008 18:55:37 +0000 (+0000) Subject: Add a version tag for shutdown(). X-Git-Tag: v2.6b2~168 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=910df2fc4e5898d248daf8910d2ee81b4cc54689;p=thirdparty%2FPython%2Fcpython.git Add a version tag for shutdown(). --- diff --git a/Doc/library/socketserver.rst b/Doc/library/socketserver.rst index 51cab5ee8602..7f4daad34160 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