]> granicus.if.org Git - python/commit
Issue #26147: xmlrpc now works with strings not encodable with used
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 20 Jan 2016 08:34:27 +0000 (10:34 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 20 Jan 2016 08:34:27 +0000 (10:34 +0200)
commitaebb6d3682e08c93d8468a9291180c5cbdc2df1b
treeba0911b049da0af81e28d8335224653285bd77e8
parent744fdfbf9a749c3adfe01d927af15a5b54e75878
Issue #26147: xmlrpc now works with strings not encodable with used
non-UTF-8 encoding.
Lib/test/test_xmlrpc.py
Lib/xmlrpc/client.py
Lib/xmlrpc/server.py
Misc/NEWS