diff options
author | Matthieu Caneill <matthieucan@users.noreply.github.com> | 2023-07-22 16:46:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-22 16:46:59 +0200 |
commit | 3782def5a2b4d24ab5d356f89da181e99a9a59b2 (patch) | |
tree | 83c72fc5226091985ae4f1a7cd261029f1284159 /Python/ast.c | |
parent | d228825e08883fc13f35eb91435f95d32524931c (diff) | |
download | cpython-3782def5a2b4d24ab5d356f89da181e99a9a59b2.tar.gz cpython-3782def5a2b4d24ab5d356f89da181e99a9a59b2.zip |
gh-65495: Use lowercase `mail from` and `rcpt to` in `smtplib.SMTP` (#107019)
Use lowercase `mail from` and `rcpt to` in `smtplib.SMTP`
SMTP commands are case-insensitive. `smtplib` uses lowercase commands,
however it writes `mail FROM` and `rcpt TO`, lacking consistency.
Diffstat (limited to 'Python/ast.c')
0 files changed, 0 insertions, 0 deletions