Issue #10818: Remove deprecated pydoc.serve() function

The pydoc module has a new enhanced web server.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4b8d00a..f602595 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -161,8 +161,9 @@
 Library
 -------
 
-- Issue #10818: Remove the Tk GUI of the pydoc module (pydoc -g has been
-  deprecated in Python 3.2).
+- Issue #10818: Remove the Tk GUI and the serve() function of the pydoc module,
+  pydoc -g has been deprecated in Python 3.2 and it has a new enhanced web
+  server.
 
 - Issue #1441530: In imaplib, read the data in one chunk to speed up large
   reads and simplify code.