Remove deprecated SmartCookie and SerialCookie classes.
diff --git a/Misc/NEWS b/Misc/NEWS
index b4f7fdd..0c38389 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@
 Library
 -------
 
+- The deprecated ``SmartCookie`` and ``SimpleCookie`` classes have
+  been removed from ``http.cookies``.
+
 - The ``commands`` module has been removed. Its getoutput() and
   getstatusoutput() functions have been moved to the ``subprocess`` module.