commit | 48440b7c2751813da110689aff07b4e7ed4ac73f | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Oct 31 12:52:35 2003 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Oct 31 12:52:35 2003 +0000 |
tree | 08f83ca07af7d2e44bedc815fcf97099ac1b9a4d | |
parent | 9ad853bc371e420b20dacbfe00af9da2ba5d3b6d [diff] [blame] |
Patch #: Add POP3 over SSL support.
diff --git a/Misc/NEWS b/Misc/NEWS index 4bbbb57..970c814 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -101,6 +101,8 @@ Library ------- +- poplib.POP3_SSL has been added. + - tmpfile.mkstemp now returns an absolute path even if dir is relative. - urlparse is RFC 2396 compliant.