[Python-checkins] r66062 - python/trunk/Doc/library/basehttpserver.rst

georg.brandl python-checkins at python.org
Sat Aug 30 11:49:36 CEST 2008


Author: georg.brandl
Date: Sat Aug 30 11:49:36 2008
New Revision: 66062

Log:
#3730: mention "server" attribute explicitly.


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

Modified: python/trunk/Doc/library/basehttpserver.rst
==============================================================================
--- python/trunk/Doc/library/basehttpserver.rst	(original)
+++ python/trunk/Doc/library/basehttpserver.rst	Sat Aug 30 11:49:36 2008
@@ -68,6 +68,11 @@
       address.
 
 
+   .. attribute:: server
+
+      Contains the server instance.
+
+
    .. attribute:: command
 
       Contains the command (request type). For example, ``'GET'``.


More information about the Python-checkins mailing list