Patch #536883: SimpleXMLRPCServer auto-docing subclass.
diff --git a/Misc/NEWS b/Misc/NEWS
index 07a9bc6..cf3b5f7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -118,6 +118,8 @@
 Library
 -------
 
+- The self-documenting XML server library DocXMLRPCServer was added.
+
 - Support for internationalized domain names has been added through
   the 'idna' and 'punycode' encodings, the 'stringprep' module, the
   'mkstringprep' tool, and enhancements to the socket and httplib