commit | cff0b46edc52736abb8aeea9ffcb35f8fed4e764 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Aug 30 09:49:36 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Aug 30 09:49:36 2008 +0000 |
tree | 80e99248293fa4dbfddcef155c49b144ccc7c5e5 | |
parent | dcde494114ebbecd50e5da1f89d47c73679ec615 [diff] [blame] |
#3730: mention "server" attribute explicitly.
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 @@ address. + .. attribute:: server + + Contains the server instance. + + .. attribute:: command Contains the command (request type). For example, ``'GET'``.