[New-bugs-announce] [issue8194] broken API in xmlrpclib.Transport

Defert report at bugs.python.org
Sun Mar 21 20:24:22 CET 2010


New submission from Defert <laurent_defert at yahoo.fr>:

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.

----------
components: Library (Lib)
files: xmlrpclib.patch
keywords: patch
messages: 101446
nosy: lids
severity: normal
status: open
title: broken API in xmlrpclib.Transport
type: behavior
versions: Python 3.3
Added file: http://bugs.python.org/file16614/xmlrpclib.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8194>
_______________________________________


More information about the New-bugs-announce mailing list