]> granicus.if.org Git - python/commitdiff
Mention that imaplib now supports SSL -- this wasn't noted before.
authorGuido van Rossum <guido@python.org>
Fri, 3 Jan 2003 16:33:49 +0000 (16:33 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 3 Jan 2003 16:33:49 +0000 (16:33 +0000)
Misc/NEWS

index 46ea7a6cee53de6e07c5fea52f2bb5efe082f75e..948c12438647d41867ec26e6e4726d895ffff2ff 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -552,6 +552,8 @@ Extension modules
 Library
 -------
 
+- imaplib.py now supports SSL (Tino Lange and Piers Lauder).
+
 - Freeze's modulefinder.py has been moved to the standard library;
   slightly improved so it will issue less false missing submodule
   reports (see sf path #643711 for details).  Documentation will follow