This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients asdfasdfasdfasdfasdfasdfasdf, giampaolo.rodola, janssen, jcea, kasun, pitrou, r.david.murray, terry.reedy, thomas.scrace
Date 2011-04-26.16:52:28
SpamBayes Score 0.00019015398
Marked as misclassified No
Message-id <1303836751.9.0.663535247665.issue8809@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-04-26 16:52:31pitrousetrecipients: + pitrou, terry.reedy, jcea, janssen, giampaolo.rodola, r.david.murray, asdfasdfasdfasdfasdfasdfasdf, thomas.scrace, kasun
2011-04-26 16:52:31pitrousetmessageid: <1303836751.9.0.663535247665.issue8809@psf.upfronthosting.co.za>
2011-04-26 16:52:29pitroulinkissue8809 messages
2011-04-26 16:52:28pitroucreate