From: Georg Brandl Date: Sat, 30 Aug 2008 09:49:36 +0000 (+0000) Subject: #3730: mention "server" attribute explicitly. X-Git-Tag: v2.6rc1~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cff0b46edc52736abb8aeea9ffcb35f8fed4e764;p=thirdparty%2FPython%2Fcpython.git #3730: mention "server" attribute explicitly. --- diff --git a/Doc/library/basehttpserver.rst b/Doc/library/basehttpserver.rst index c922d2f53558..64446f4dd429 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'``.