]> granicus.if.org Git - python/commitdiff
Mention SMTP additions and hmac module.
authorGuido van Rossum <guido@python.org>
Fri, 14 Sep 2001 16:35:16 +0000 (16:35 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 14 Sep 2001 16:35:16 +0000 (16:35 +0000)
Misc/NEWS

index 1265ee986e120f089d8025e09298aa5cb481c03b..6872b73e193d04a11e9d63b0d0dce1b81fdbf426 100644 (file)
--- 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