Add a version tag for shutdown().
authorGeorg Brandl <georg@python.org>
Thu, 26 Jun 2008 18:55:37 +0000 (18:55 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 26 Jun 2008 18:55:37 +0000 (18:55 +0000)
Doc/library/socketserver.rst

index 51cab5ee8602f9c54175887f2b95103f8ff0fb72..7f4daad34160c9d2e747d5e3bdc34f351ecca306 100644 (file)
@@ -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