]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39259: smtp.SMTP/SMTP_SSL now reject timeout = 0 (GH-17958)
authorDong-hee Na <donghee.na92@gmail.com>
Tue, 14 Jan 2020 07:49:59 +0000 (16:49 +0900)
committerVictor Stinner <vstinner@python.org>
Tue, 14 Jan 2020 07:49:59 +0000 (08:49 +0100)
commit62e3973395fb9fab2eb8f651bcd0fea4e695e1cf
tree63c213ab1284ed6e7b28f858e7fecac4593f6246
parent2de064e6305008d16571a21e5f0c178e62e81f27
bpo-39259: smtp.SMTP/SMTP_SSL now reject timeout = 0 (GH-17958)
Doc/library/smtplib.rst
Doc/whatsnew/3.9.rst
Lib/smtplib.py
Lib/test/test_smtplib.py
Misc/NEWS.d/next/Library/2020-01-12-16-34-28.bpo-39259.J_yBVq.rst [new file with mode: 0644]