summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-10-31 12:52:35 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-10-31 12:52:35 (GMT)
commit48440b7c2751813da110689aff07b4e7ed4ac73f (patch)
tree08f83ca07af7d2e44bedc815fcf97099ac1b9a4d /Misc/NEWS
parent9ad853bc371e420b20dacbfe00af9da2ba5d3b6d (diff)
downloadcpython-48440b7c2751813da110689aff07b4e7ed4ac73f.zip
cpython-48440b7c2751813da110689aff07b4e7ed4ac73f.tar.gz
cpython-48440b7c2751813da110689aff07b4e7ed4ac73f.tar.bz2
Patch #: Add POP3 over SSL support.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4bbbb57..970c814 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -101,6 +101,8 @@ Extension modules
Library
-------
+- poplib.POP3_SSL has been added.
+
- tmpfile.mkstemp now returns an absolute path even if dir is relative.
- urlparse is RFC 2396 compliant.