Home | Trees | Indices | Help |
---|
|
SocketServer.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.
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
Override 'server_bind' to store the server name.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:42 2011 | http://epydoc.sourceforge.net |