Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8185ca

Browse files
committed
Mention SMTP additions and hmac module.
1 parent 1efd7ad commit d8185ca

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ Library
2323
- operator.indexOf() (PySequence_Index() in the C API) now works with any
2424
iterable object.
2525

26+
- The smtplib module now supports various authentication and security
27+
features of the SMTP protocol through the new login() and starttls()
28+
methods.
29+
30+
- A new hmac module implementing keyed hashing for message authentication.
31+
2632
Tools
2733

2834
Build

0 commit comments

Comments
 (0)