[New-bugs-announce] [issue26147] Encoding errors in xmlrpc

Serhiy Storchaka report at bugs.python.org
Mon Jan 18 13:21:49 EST 2016


New submission from Serhiy Storchaka:

Proposed patch fixes issue with sending non-encodable string via XML RPC. This issue caused raising an exception or even hanging.

----------
components: Library (Lib), XML
files: xmlrpc_escape_nonencodable-3.x.patch
keywords: patch
messages: 258537
nosy: loewis, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Encoding errors in xmlrpc
type: behavior
versions: Python 2.7, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file41648/xmlrpc_escape_nonencodable-3.x.patch

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


More information about the New-bugs-announce mailing list