Antoine Pitrou <pit...@free.fr> added the comment:

So, thanks for the new patch. I tested it with my ISP's server and it works 
fine!

Two remaining issues though:
- in the SMTP_SSL constructor, you must add the "context" argument at the end 
of the argument list (after "timeout"), otherwise someone passing "timeout" as 
a positional argument will find their code breaking
- in the doc, you need a "versionchanged" tag for the "context" argument (in 
both instances)

Thank you again.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8809>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to