diff options
author | Georg Brandl <georg@python.org> | 2008-06-26 18:55:37 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-06-26 18:55:37 (GMT) |
commit | 910df2fc4e5898d248daf8910d2ee81b4cc54689 (patch) | |
tree | dd6eafd791981ef6a5685653f7de689b3d087a32 /Doc/library | |
parent | 161b92103c46311519e19e4c1f3a2315da87b2c9 (diff) | |
download | cpython-910df2fc4e5898d248daf8910d2ee81b4cc54689.zip cpython-910df2fc4e5898d248daf8910d2ee81b4cc54689.tar.gz cpython-910df2fc4e5898d248daf8910d2ee81b4cc54689.tar.bz2 |
Add a version tag for shutdown().
Diffstat (limited to 'Doc/library')
-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 51cab5e..7f4daad 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 |