[issue26147] Encoding errors in xmlrpc

2016-01-20 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue26147] Encoding errors in xmlrpc

2016-01-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset bb2cb184eca9 by Serhiy Storchaka in branch '2.7': Issue #26147: xmlrpclib now works with unicode not encodable with used https://hg.python.org/cpython/rev/bb2cb184eca9 New changeset 6c624ba1b61e by Serhiy Storchaka in branch '3.5': Issue #26147: xml

[issue26147] Encoding errors in xmlrpc

2016-01-18 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Added file: http://bugs.python.org/file41649/xmlrpc_escape_nonencodable-2.7.patch ___ Python tracker ___ ___ Py

[issue26147] Encoding errors in xmlrpc

2016-01-18 Thread Serhiy Storchaka
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: lo