diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-15 19:53:25 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-15 19:53:25 (GMT) |
commit | 6166519d2bfb0b6fd7ff304da89c59b10557d4a3 (patch) | |
tree | abf0b61073c5de3ccce1c873674cdfe49563498e /Misc | |
parent | 1d8f3f451c45d01703f933a93766ecaff8018675 (diff) | |
download | cpython-6166519d2bfb0b6fd7ff304da89c59b10557d4a3.zip cpython-6166519d2bfb0b6fd7ff304da89c59b10557d4a3.tar.gz cpython-6166519d2bfb0b6fd7ff304da89c59b10557d4a3.tar.bz2 |
Closes #13297: use bytes type to send and receive binary data through XMLRPC.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -374,6 +374,8 @@ Core and Builtins 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. |