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.