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 mcjeff
Recipients loewis, mcjeff, polymorphm
Date 2012-05-17.03:47:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337226448.24.0.480273857209.issue14134@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-05-17 03:47:28mcjeffsetrecipients: + mcjeff, loewis, polymorphm
2012-05-17 03:47:28mcjeffsetmessageid: <1337226448.24.0.480273857209.issue14134@psf.upfronthosting.co.za>
2012-05-17 03:47:27mcjefflinkissue14134 messages
2012-05-17 03:47:27mcjeffcreate