Comment 1 for bug 354027

Revision history for this message
Anders F Björklund (afb) wrote :

This patch does not look right to me...
RuntimeError: maximum recursion depth exceeded while calling a Python object

It should be using "BaseHTTPServer.HTTPServer" for the super class, I think.
Or inherit the HTTPServer from object too ?