summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-08-30 09:49:36 (GMT)
committerGeorg Brandl <georg@python.org>2008-08-30 09:49:36 (GMT)
commitcff0b46edc52736abb8aeea9ffcb35f8fed4e764 (patch)
tree80e99248293fa4dbfddcef155c49b144ccc7c5e5
parentdcde494114ebbecd50e5da1f89d47c73679ec615 (diff)
downloadcpython-cff0b46edc52736abb8aeea9ffcb35f8fed4e764.zip
cpython-cff0b46edc52736abb8aeea9ffcb35f8fed4e764.tar.gz
cpython-cff0b46edc52736abb8aeea9ffcb35f8fed4e764.tar.bz2
#3730: mention "server" attribute explicitly.
-rw-r--r--Doc/library/basehttpserver.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/basehttpserver.rst b/Doc/library/basehttpserver.rst
index c922d2f..64446f4 100644
--- a/Doc/library/basehttpserver.rst
+++ b/Doc/library/basehttpserver.rst
@@ -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'``.