[issue20482] smtplib.SMTP.sendmail: improve exception message

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue20482] smtplib.SMTP.sendmail: improve exception message

2015-02-22 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue20482] smtplib.SMTP.sendmail: improve exception message

2015-02-22 Thread yegle
yegle added the comment: I have no plan to work further, Mark can take the code and improve anyway you want. -- ___ Python tracker ___ __

[issue20482] smtplib.SMTP.sendmail: improve exception message

2015-02-22 Thread Mark Lawrence
Mark Lawrence added the comment: Assuming that the inline patch in msg209943 is acceptable I'll volunteer to change the test code unless the originator wants the job. -- nosy: +BreamoreBoy ___ Python tracker _

[issue20482] smtplib.SMTP.sendmail: improve exception message

2014-02-01 Thread Yury Selivanov
Changes by Yury Selivanov : -- nosy: +ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue20482] smtplib.SMTP.sendmail: improve exception message

2014-02-01 Thread yegle
New submission from yegle: Currently the `msg` argument of `smtplib.SMTP.sendmail` accept a `str` in Py3k if every characters in this `str` is in ASCII range, or a `bytes`. This is confusing for new comer because: 1. When you send your mail using only ASCII characters, everything is fine (no