commit | 6166519d2bfb0b6fd7ff304da89c59b10557d4a3 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Tue Nov 15 20:53:25 2011 +0100 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Tue Nov 15 20:53:25 2011 +0100 |
tree | abf0b61073c5de3ccce1c873674cdfe49563498e | |
parent | 1d8f3f451c45d01703f933a93766ecaff8018675 [diff] [blame] |
Closes #13297: use bytes type to send and receive binary data through XMLRPC.
diff --git a/Misc/NEWS b/Misc/NEWS index ed713e3..3ed7e7a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -374,6 +374,8 @@ Library ------- +- Issue #13297: Use bytes type to send and receive binary data through XMLRPC. + - Issue #6397: Support "/dev/poll" polling objects in select module, under Solaris & derivatives.