summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2011-11-15 19:53:25 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2011-11-15 19:53:25 (GMT)
commit6166519d2bfb0b6fd7ff304da89c59b10557d4a3 (patch)
treeabf0b61073c5de3ccce1c873674cdfe49563498e /Misc
parent1d8f3f451c45d01703f933a93766ecaff8018675 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ed713e3..3ed7e7a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.