-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-29750: support non-ASCII passwords in smtplib #15064
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 and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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, |
Hello, lovely Python dev folks, |
|
Closing in favor of SASLprep-based gh-103611. |
issue: https://bugs.python.org/issue29750
I updated the PR based on the review from #8938
https://bugs.python.org/issue29750