[issue14134] xmlrpc.client.ServerProxy needs timeout parameter

Jeff McNeil report at bugs.python.org
Thu May 17 05:47:28 CEST 2012


Jeff McNeil <jeff at jmcneil.net> added the comment:

I would think it might make more sense just to make the change to the Transport object.  Since there's an argument for a transport on ServerProxy already, that seems more straightforward and keeps the network layer isolated.

Otherwise, it seems slightly ambiguous to me. Consider that maybe I passed in a transport and a timeout, why wasn't my timeout honored?  Though, I guess use_datetime already behaves that way.

----------
nosy: +mcjeff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14134>
_______________________________________


More information about the Python-bugs-list mailing list