Kaydet (Commit) d8185ca4 authored tarafından Guido van Rossum's avatar Guido van Rossum

Mention SMTP additions and hmac module.

üst 1efd7ad8
...@@ -23,6 +23,12 @@ Library ...@@ -23,6 +23,12 @@ Library
- operator.indexOf() (PySequence_Index() in the C API) now works with any - operator.indexOf() (PySequence_Index() in the C API) now works with any
iterable object. 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 Tools
Build Build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment