]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998)
authorDong-hee Na <donghee.na92@gmail.com>
Tue, 14 Jan 2020 21:42:09 +0000 (06:42 +0900)
committerVictor Stinner <vstinner@python.org>
Tue, 14 Jan 2020 21:42:09 +0000 (22:42 +0100)
commit65a5ce247f177c4c52cfd104d9df0c2f3b1c91f0
treef1d71cd0ef97d2f55219e4e349eaa23ce87e49ac
parent7d6378051feeadf45b4ce45b4b406b65df255648
bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998)
Doc/library/smtplib.rst
Doc/whatsnew/3.9.rst
Lib/smtplib.py
Lib/test/test_smtplib.py
Misc/NEWS.d/next/Library/2020-01-14-22-16-07.bpo-39329.6OKGBn.rst [new file with mode: 0644]