[Python-checkins] r64535 - python/trunk/Doc/library/socketserver.rst

georg.brandl python-checkins at python.org
Thu Jun 26 20:55:37 CEST 2008


Author: georg.brandl
Date: Thu Jun 26 20:55:37 2008
New Revision: 64535

Log:
Add a version tag for shutdown().


Modified:
   python/trunk/Doc/library/socketserver.rst

Modified: python/trunk/Doc/library/socketserver.rst
==============================================================================
--- python/trunk/Doc/library/socketserver.rst	(original)
+++ python/trunk/Doc/library/socketserver.rst	Thu Jun 26 20:55:37 2008
@@ -158,6 +158,8 @@
 
    Tells the :meth:`serve_forever` loop to stop and waits until it does.
 
+   .. versionadded:: 2.6
+
 
 .. data:: address_family
 


More information about the Python-checkins mailing list