diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2010-09-22 15:54:36 -0400 |
---|---|---|
committer | Owen W. Taylor <otaylor@redhat.com> | 2010-09-22 15:59:15 -0400 |
commit | 8c82336a05df1cb2b59ef70e62c7b936a6b655d7 (patch) | |
tree | be33e9a6d4c008b401ddfc8e5494ba19f11e96ec /.gitignore | |
parent | 5ae24ed5f9782e21a46ac78a496186810645aad1 (diff) |
Fix python-2.7 compatibility with xmlrpclib
In Python 2.7 xmlrpclib was changed to use httplib.HTTP[S]Connection
instead of the deprecatede httplib.HTTP[S]. This broke our
xmlrpclib.Transport subclass which overrode make_connection().
For compatibility with old and new Python, switch to subclassing
Transport and SafeTransport separately, with a mixin to add cookies.
https://bugzilla.gnome.org/show_bug.cgi?id=628731
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions