Patch #: Add POP3 over SSL support.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4bbbb57..970c814 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -101,6 +101,8 @@
 Library
 -------
 
+- poplib.POP3_SSL has been added.
+
 - tmpfile.mkstemp now returns an absolute path even if dir is relative.
 
 - urlparse is RFC 2396 compliant.