John A Meinel wrote:
It is a long-standing bug that the xmlrpc library that is built into python doesn't support http proxies.
According to the Python documentation the xmlrpc library *does* support proxies.
However, some extra effort is required. http://docs.python.org/library/xmlrpclib.html
Section 20.23.9 contains an example of proxy usage.
John A Meinel wrote:
It is a long-standing bug that the xmlrpc library that is built into python doesn't support http proxies.
According to the Python documentation the xmlrpc library *does* support proxies. docs.python. org/library/ xmlrpclib. html
However, some extra effort is required.
http://
Section 20.23.9 contains an example of proxy usage.