diff options
author | Guido van Rossum <guido@python.org> | 2003-01-03 16:33:49 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-01-03 16:33:49 (GMT) |
commit | 747f8060a66c7e9a1f1613e30291965ef6206e55 (patch) | |
tree | 1c884ed7a3e027d75f42074d4833a1ece50bf4b7 /Misc | |
parent | 4de9cba15279661a0e9eb8fe7ce76e20c6564e12 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |