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 jhylton
Recipients jhylton, kristjan.jonsson
Date 2008-11-24.17:47:26
SpamBayes Score 4.8411516e-06
Marked as misclassified No
Message-id <1227548848.68.0.49041053979.issue4336@psf.upfronthosting.co.za>
In-reply-to
Content
Just wanted to mention that the best solution is to update as much code
as possible to use HTTPConnection instead of HTTP.  I'm not sure how
easy it is to do for xmlrpclib, since it exposes methods like
send_content().  I guess we can preserve those APIs somehow, but it
won't be pretty.
History
Date User Action Args
2008-11-24 17:47:28jhyltonsetrecipients: + jhylton, kristjan.jonsson
2008-11-24 17:47:28jhyltonsetmessageid: <1227548848.68.0.49041053979.issue4336@psf.upfronthosting.co.za>
2008-11-24 17:47:28jhyltonlinkissue4336 messages
2008-11-24 17:47:27jhyltoncreate