summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-09-14 16:35:16 (GMT)
committerGuido van Rossum <guido@python.org>2001-09-14 16:35:16 (GMT)
commitd8185ca43eedc9262ac7744f4c48dc2313c5d1fb (patch)
tree254381f78a04376b1ab945a7ac92cf960cb603cf /Misc/NEWS
parent1efd7ad88e2b1ca9be43e7a6b6939f06251d0358 (diff)
downloadcpython-d8185ca43eedc9262ac7744f4c48dc2313c5d1fb.zip
cpython-d8185ca43eedc9262ac7744f4c48dc2313c5d1fb.tar.gz
cpython-d8185ca43eedc9262ac7744f4c48dc2313c5d1fb.tar.bz2
Mention SMTP additions and hmac module.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1265ee9..6872b73 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,12 @@ Library
- operator.indexOf() (PySequence_Index() in the C API) now works with any
iterable object.
+- The smtplib module now supports various authentication and security
+ features of the SMTP protocol through the new login() and starttls()
+ methods.
+
+- A new hmac module implementing keyed hashing for message authentication.
+
Tools
Build