[issue8809] smtplib should support SSL contexts

Terry J. Reedy report at bugs.python.org
Wed Apr 20 04:36:11 CEST 2011


Terry J. Reedy <tjreedy at udel.edu> added the comment:

This sentence is awkward, at best.
"Alternative to a private key and a certificate key an optional SSLContext could be specified."

I suggest something like: "SSLcontext, also optional, is an alternative to keyfile and certfile; if it is specified, keyfile and certfile must be None."

----------
nosy: +terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8809>
_______________________________________


More information about the Python-bugs-list mailing list