diff options
author | Christian Heimes <christian@python.org> | 2017-09-06 04:43:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 04:43:46 (GMT) |
commit | 3463ee3972e0d14351ee18bce60ecfbf7ac96772 (patch) | |
tree | 3ba94e456b8fec31b964ec05ec724bd14bee2b84 /Modules | |
parent | 05351c1bd8b70d1878527762174cdaaba3572395 (diff) | |
download | cpython-3463ee3972e0d14351ee18bce60ecfbf7ac96772.zip cpython-3463ee3972e0d14351ee18bce60ecfbf7ac96772.tar.gz cpython-3463ee3972e0d14351ee18bce60ecfbf7ac96772.tar.bz2 |
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>
Diffstat (limited to 'Modules')
0 files changed, 0 insertions, 0 deletions