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 erno
Recipients erno
Date 2008-02-12.11:04:07
SpamBayes Score 0.37425837
Marked as misclassified No
Message-id <1202814252.95.0.393197834217.issue2076@psf.upfronthosting.co.za>
In-reply-to
Content
xmlrpclib is using the old HTTP and HTTPS classes from httplib which are
to quote the docstring, "Compatibility classes with httplib.py from 1.5."
and force the use of HTTP 1.0. This prevents connection reuse and
pipelining.

Attacked is some code we are using as a workaround.

Is the xmlrpclib in the standard library required to keep compatibility
with old python versions?
History
Date User Action Args
2008-02-12 11:04:13ernosetspambayes_score: 0.374258 -> 0.37425837
recipients: + erno
2008-02-12 11:04:12ernosetspambayes_score: 0.374258 -> 0.374258
messageid: <1202814252.95.0.393197834217.issue2076@psf.upfronthosting.co.za>
2008-02-12 11:04:08ernolinkissue2076 messages
2008-02-12 11:04:07ernocreate