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 maciej.szulik
Recipients barry, maciej.szulik, r.david.murray
Date 2015-05-17.19:03:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431889413.65.0.661459342658.issue24218@psf.upfronthosting.co.za>
In-reply-to
Content
David one small comment regarding typo in smtplib.py, but most importantly I'd suggest adding additional test case to cover the path (the newly added one) where you get a UnicodeEncodeError upon encoding from or to with UTF8 and then failing to find SMTPUTF8 on the server side. I see we already have test case to cover SMTPNotSupportedError but this covers just the case where the server does not have SMTPUTF8.
History
Date User Action Args
2015-05-17 19:03:33maciej.szuliksetrecipients: + maciej.szulik, barry, r.david.murray
2015-05-17 19:03:33maciej.szuliksetmessageid: <1431889413.65.0.661459342658.issue24218@psf.upfronthosting.co.za>
2015-05-17 19:03:33maciej.szuliklinkissue24218 messages
2015-05-17 19:03:33maciej.szulikcreate