[issue39329] smtplib.LMTP needs timeout parameter

2020-01-14 Thread STINNER Victor
STINNER Victor added the comment: PR merged, thanks. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue39329] smtplib.LMTP needs timeout parameter

2020-01-14 Thread STINNER Victor
STINNER Victor added the comment: New changeset 65a5ce247f177c4c52cfd104d9df0c2f3b1c91f0 by Victor Stinner (Dong-hee Na) in branch 'master': bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998) https://github.com/python/cpython/commit/65a5ce247f177c4c52cfd104d9df0c2f3b1c91

[issue39329] smtplib.LMTP needs timeout parameter

2020-01-14 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +17403 pull_request: https://github.com/python/cpython/pull/17999 ___ Python tracker ___ _

[issue39329] smtplib.LMTP needs timeout parameter

2020-01-14 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +17402 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17998 ___ Python tracker ___

[issue39329] smtplib.LMTP needs timeout parameter

2020-01-14 Thread Dong-hee Na
New submission from Dong-hee Na : see: https://github.com/python/cpython/pull/17958#issuecomment-573390867 I've noticed that LMTP does not support the timeout parameter. See: https://docs.python.org/3.9/library/smtplib.html#smtplib.LMTP However, LMTP also able to use the socket which is create