Home | Trees | Index | Help |
---|
|
BaseServer --+ | SocketServer.TCPServer --+ | BaseHTTPServer.HTTPServer --+ | HTTPServer
Workaround for problems in 'BaseHTTPServer.HTTPServer'.
The Python 1.5.2 library's implementation of 'BaseHTTPServer.HTTPServer.server_bind' seems to have difficulties when the local host address cannot be resolved by 'gethostbyaddr'. This may happen for a variety of reasons, such as reverse DNS misconfiguration. This subclass fixes that problem.
|
|||
server_bind(self)
Override 'server_bind' to store the server name. |
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:34 2007 | http://epydoc.sf.net |