commit | 747f8060a66c7e9a1f1613e30291965ef6206e55 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Jan 03 16:33:49 2003 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Jan 03 16:33:49 2003 +0000 |
tree | 1c884ed7a3e027d75f42074d4833a1ece50bf4b7 | |
parent | 4de9cba15279661a0e9eb8fe7ce76e20c6564e12 [diff] [blame] |
Mention that imaplib now supports SSL -- this wasn't noted before.
diff --git a/Misc/NEWS b/Misc/NEWS index 46ea7a6..948c124 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -552,6 +552,8 @@ 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