]> 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:08:24 +0000 (09:08 -0700)
committerGitHub <noreply@github.com>
Sat, 12 Oct 2019 16:08:24 +0000 (09:08 -0700)
commit1da648aceb2496c672aff82ba37ee071ac6054ac
tree3fbeeb2e9e95e0b44805de331a17de4ff161e1e8
parent294c5229b12c3c6150719910846bdcdba8ed4f3e
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]