]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 12 Oct 2019 16:26:04 +0000 (09:26 -0700)
committerGitHub <noreply@github.com>
Sat, 12 Oct 2019 16:26:04 +0000 (09:26 -0700)
commitcb580d6fa8349acff723a7a044181d896d076871
tree300c15c165f933f068e0794c1edb41f1b98b98ae
parent193366e25c4f84a58d2f6c6c577fd9f0143dc6e1
bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525)

Add SMTPNotSupportedError in the exports of smtplib

Co-Authored-By: Brandt Bucher <brandtbucher@gmail.com>
(cherry picked from commit 3faf826e5879536d2272f1a51c58965a16827f81)

Co-authored-by: nde <denayer.norman@gmail.com>
Lib/smtplib.py
Misc/NEWS.d/next/Library/2019-10-01-21-06-18.bpo-38341.uqwgU_.rst [new file with mode: 0644]