This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author polymorphm
Recipients berker.peksag, demian.brecht, flox, loewis, mcjeff, polymorphm
Date 2014-12-16.04:50:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418705436.62.0.444529135846.issue14134@psf.upfronthosting.co.za>
In-reply-to
Content
ok, let's go to other side of this problem:

question: why default transport (xmlrpc.client.Transport()) is not setting value of timeout?``

answer: because *unknown* which value need to using by default.

in various cases programmer need various timeout. default value of timeout for default transport -- what may be this number?

may be value "300" for timeout of default transport (xmlrpc.client.Transport()) may be normal in *most_cases*. but this will brake legacy soft that using socket.setdefaulttimeout(...)
History
Date User Action Args
2014-12-16 04:50:36polymorphmsetrecipients: + polymorphm, loewis, flox, mcjeff, berker.peksag, demian.brecht
2014-12-16 04:50:36polymorphmsetmessageid: <1418705436.62.0.444529135846.issue14134@psf.upfronthosting.co.za>
2014-12-16 04:50:36polymorphmlinkissue14134 messages
2014-12-16 04:50:36polymorphmcreate