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``.
diff --git a/Misc/cheatsheet b/Misc/cheatsheet
index 4ae5439..21b3d98 100644
--- a/Misc/cheatsheet
+++ b/Misc/cheatsheet
@@ -1895,7 +1895,6 @@
rlcompleter Word completion for GNU readline 2.0.
robotparser Parse robots.txt files, useful for web spiders.
sched A generally useful event scheduler class.
-sgmllib A parser for SGML.
shelve Manage shelves of pickled objects.
shlex Lexical analyzer class for simple shell-like syntaxes.
shutil Utility functions usable in a shell-like program.