commit | 910df2fc4e5898d248daf8910d2ee81b4cc54689 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Jun 26 18:55:37 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Jun 26 18:55:37 2008 +0000 |
tree | dd6eafd791981ef6a5685653f7de689b3d087a32 | |
parent | 161b92103c46311519e19e4c1f3a2315da87b2c9 [diff] |
Add a version tag for shutdown().
diff --git a/Doc/library/socketserver.rst b/Doc/library/socketserver.rst index 51cab5e..7f4daad 100644 --- a/Doc/library/socketserver.rst +++ b/Doc/library/socketserver.rst
@@ -158,6 +158,8 @@ Tells the :meth:`serve_forever` loop to stop and waits until it does. + .. versionadded:: 2.6 + .. data:: address_family