Closed
Description
As of the xmlrpc version in Python version 3.7.6 the send_request method of class Transport that is overridden by proxiedtransport.py::send_request is missing the debug parameter.
Steps to reproduce
- Use Python 3.7.6
- Have http_proxy and https_proxy set as environment variables
- Call getProjects for example
- observe exception with traceback that ends in :
http_conn = self.send_request(host, handler, request_body, verbose)
TypeError: send_request() takes 4 positional arguments but 5 were given