Message 336375 - Python tracker

Message336375

Author Windson Yang
Recipients Windson Yang, ezio.melotti, vstinner
Date 2019-02-23.08:04:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550909087.27.0.850591333058.issue36093@roundup.psfhosted.org>
In-reply-to
Content
Btw, from the docs https://docs.python.org/3/library/smtplib.html#smtplib.SMTP.sendmail

> msg may be a string containing characters in the ASCII range, or a byte string. A string is encoded to bytes using the ascii codec, and lone \r and \n characters are converted to \r\n characters. A byte string is not modified.
 
So we can't send non-ASCII msg using send_mail(), is this expected behavior?
History
Date User Action Args
2019-02-23 08:04:47Windson Yangsetrecipients: + Windson Yang, vstinner, ezio.melotti
2019-02-23 08:04:47Windson Yangsetmessageid: <1550909087.27.0.850591333058.issue36093@roundup.psfhosted.org>
2019-02-23 08:04:47Windson Yanglinkissue36093 messages
2019-02-23 08:04:47Windson Yangcreate