bpo-29750: support non-ASCII passwords in smtplib#15064
bpo-29750: support non-ASCII passwords in smtplib#15064Windsooon wants to merge 3 commits intopython:mainfrom
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