bpo-29750: support non-ASCII passwords in smtplib by Windsooon · Pull Request #15064 · python/cpython (original) (raw)
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
Please review this PR when you have time @taleinat :D
You don't need to create a new PR in order to address review comments. Just update the original PR.
Hello, @ZackerySpytz , I use a wrong branch name at the very beginning then deleted it locally by mistake. That is why I use a new PR here.
Python 3.8.0 is still impacted by this.
Patched version 3.8.0 accept passwords with utf8 chars.
Hi,
I just wanted to give some motivation: I had a special character in my password and it took some time until I have figured out, what was going on. It would be great, if this patch could be reviewed!
Thank you all!
Hello, lovely Python dev folks,
as another affected individual I wanted to ask, if this topic is still alive?
Thank you so much for the contributions!
david mannequin mentioned this pull request
Let smtplib support non-ASCII passwords
, bettersmtplib support for UTF-8 passwords
Closing in favor of SASLprep-based gh-103611.