-
Christian Heimes yazdı
One test case of test_xmlrpc uses HTTPServer with a subclass of BaseHTTPRequestHandler. The BaseRequestHandler class logs to sys.stderr by default. Override log_message() to not clobber test output. Signed-off-by:
Christian Heimes <christian@python.org>
3463ee39