Question on how to supress console logging from BaseHTTPServer Module?

Alex new_name at mit.edu
Thu May 24 13:06:02 EDT 2001


> One minor thing, I still had to go to the BaseHTTPServer.py module and
> add the subclassing, rather than having it in my program code.

Sorry, that was carelessness on my part; I thought the class was called
BaseHTTPServer.  If you just import BaseHTTPRequestHandler from
BaseHTTPServer as Emille has suggested and subclass that, you should be
fine.  

Alex.



More information about the Python-list mailing list