#10961: fix exception handling in new pydoc server code.
Patch by Ron Adam, reviewed by Eric Araujo.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3882a77..80c4639 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -88,6 +88,9 @@
 - Issue #9509: argparse now properly handles IOErrors raised by
   argparse.FileType.
 
+- Issue #10961: The new pydoc server now better handles exceptions raised
+  during request handling.
+
 Build
 -----