From cff0b46edc52736abb8aeea9ffcb35f8fed4e764 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 30 Aug 2008 09:49:36 +0000 Subject: [PATCH] #3730: mention "server" attribute explicitly. --- Doc/library/basehttpserver.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/library/basehttpserver.rst b/Doc/library/basehttpserver.rst index c922d2f5355..64446f4dd42 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'``.