diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2020-01-14 21:42:09 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@python.org> | 2020-01-14 21:42:09 (GMT) |
commit | 65a5ce247f177c4c52cfd104d9df0c2f3b1c91f0 (patch) | |
tree | f1d71cd0ef97d2f55219e4e349eaa23ce87e49ac /Misc/NEWS.d/next/Library/2020-01-14-22-16-07.bpo-39329.6OKGBn.rst | |
parent | 7d6378051feeadf45b4ce45b4b406b65df255648 (diff) | |
download | cpython-65a5ce247f177c4c52cfd104d9df0c2f3b1c91f0.zip cpython-65a5ce247f177c4c52cfd104d9df0c2f3b1c91f0.tar.gz cpython-65a5ce247f177c4c52cfd104d9df0c2f3b1c91f0.tar.bz2 |
bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998)
Diffstat (limited to 'Misc/NEWS.d/next/Library/2020-01-14-22-16-07.bpo-39329.6OKGBn.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-01-14-22-16-07.bpo-39329.6OKGBn.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-01-14-22-16-07.bpo-39329.6OKGBn.rst b/Misc/NEWS.d/next/Library/2020-01-14-22-16-07.bpo-39329.6OKGBn.rst new file mode 100644 index 0000000..1e3da46 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-01-14-22-16-07.bpo-39329.6OKGBn.rst @@ -0,0 +1,2 @@ +:class:`~smtplib.LMTP` constructor now has an optional *timeout* parameter. +Patch by Dong-hee Na. |