mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Mention SMTP additions and hmac module.
This commit is contained in:
parent
1efd7ad88e
commit
d8185ca43e
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue