Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efd7ad commit d8185caCopy full SHA for d8185ca
1 file changed
Misc/NEWS
@@ -23,6 +23,12 @@ Library
23
- operator.indexOf() (PySequence_Index() in the C API) now works with any
24
iterable object.
25
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
32
Tools
33
34
Build
0 commit comments