]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#3730: mention "server" attribute explicitly.
authorGeorg Brandl <georg@python.org>
Sat, 30 Aug 2008 09:49:36 +0000 (09:49 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 30 Aug 2008 09:49:36 +0000 (09:49 +0000)
Doc/library/basehttpserver.rst

index c922d2f53558d72ca7317f92b08f1f907d9c51b6..64446f4dd42906840001aad26fed615590e77d41 100644 (file)
@@ -68,6 +68,11 @@ to a handler.  Code to create and run the server looks like this::
       address.
 
 
+   .. attribute:: server
+
+      Contains the server instance.
+
+
    .. attribute:: command
 
       Contains the command (request type). For example, ``'GET'``.