From: Guido van Rossum Date: Fri, 3 Jan 2003 16:33:49 +0000 (+0000) Subject: Mention that imaplib now supports SSL -- this wasn't noted before. X-Git-Tag: v2.3c1~2623 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=747f8060a66c7e9a1f1613e30291965ef6206e55;p=thirdparty%2FPython%2Fcpython.git Mention that imaplib now supports SSL -- this wasn't noted before. --- diff --git a/Misc/NEWS b/Misc/NEWS index 46ea7a6cee53..948c12438647 100644 --- 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