Merge 3.2
diff --git a/Misc/NEWS b/Misc/NEWS
index 7c51810..02374aa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -340,9 +340,15 @@
- Issue #12380: The rjust, ljust and center methods of bytes and bytearray
now accept a bytearray argument.
+
Library
-------
+- Issue #13293: Better error message when trying to marshal bytes using
+ xmlrpc.client.
+
+- Issue #13291: NameError in xmlrpc package.
+
- Issue #13258: Use callable() built-in in the standard library.
- Issue #13273: fix a bug that prevented HTMLParser to properly detect some