summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2003-01-03 16:33:49 (GMT)
committerGuido van Rossum <guido@python.org>2003-01-03 16:33:49 (GMT)
commit747f8060a66c7e9a1f1613e30291965ef6206e55 (patch)
tree1c884ed7a3e027d75f42074d4833a1ece50bf4b7 /Misc
parent4de9cba15279661a0e9eb8fe7ce76e20c6564e12 (diff)
downloadcpython-747f8060a66c7e9a1f1613e30291965ef6206e55.zip
cpython-747f8060a66c7e9a1f1613e30291965ef6206e55.tar.gz
cpython-747f8060a66c7e9a1f1613e30291965ef6206e55.tar.bz2
Mention that imaplib now supports SSL -- this wasn't noted before.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 46ea7a6..948c124 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