]> granicus.if.org Git - python/commit
Closes #13297: use bytes type to send and receive binary data through XMLRPC.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Tue, 15 Nov 2011 19:53:25 +0000 (20:53 +0100)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Tue, 15 Nov 2011 19:53:25 +0000 (20:53 +0100)
commit6166519d2bfb0b6fd7ff304da89c59b10557d4a3
treeabf0b61073c5de3ccce1c873674cdfe49563498e
parent1d8f3f451c45d01703f933a93766ecaff8018675
Closes #13297: use bytes type to send and receive binary data through XMLRPC.
Doc/library/xmlrpc.client.rst
Lib/test/test_xmlrpc.py
Lib/xmlrpc/client.py
Misc/NEWS