SIGN IN SIGN UP

Stop test_xmlrpc from writing to sys.stderr (#3359)

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>
C
Christian Heimes committed
3463ee3972e0d14351ee18bce60ecfbf7ac96772
Parent: 05351c1
Committed by GitHub <noreply@github.com> on 9/6/2017, 4:43:46 AM