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 lids
Recipients lids
Date 2010-03-21.19:24:20
SpamBayes Score 3.792978e-05
Marked as misclassified No
Message-id <1269199462.82.0.615666977327.issue8194@psf.upfronthosting.co.za>
In-reply-to
Content
In the Transport class of the xmlrpclib module, the parse_response method expects a File object but handles HTTPResponse's.
The regression was introduced in r73638.
A fix is attached.
History
Date User Action Args
2010-03-21 19:24:22lidssetrecipients: + lids
2010-03-21 19:24:22lidssetmessageid: <1269199462.82.0.615666977327.issue8194@psf.upfronthosting.co.za>
2010-03-21 19:24:21lidslinkissue8194 messages
2010-03-21 19:24:21lidscreate