Remove the htmllib and sgmllib modules as per PEP 3108.
diff --git a/Misc/NEWS b/Misc/NEWS
index 54afd28..84ef777 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,8 @@
 Library
 -------
 
+- Removed the ``htmllib`` and ``sgmllib`` modules.
+
 - The deprecated ``SmartCookie`` and ``SimpleCookie`` classes have
   been removed from ``http.cookies``.