]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-32793: Fix a duplicate debug message in smtplib (GH-15341) (GH-22683)
authorDong-hee Na <donghee.na92@gmail.com>
Tue, 13 Oct 2020 15:18:58 +0000 (00:18 +0900)
committerGitHub <noreply@github.com>
Tue, 13 Oct 2020 15:18:58 +0000 (00:18 +0900)
commit76b1913daf883b6592815d139f62f3a7fbe3c322
treee639bd24b34429daad1a48ea0e27e2477bd3ae24
parent33057c70920787627f2c94d08eb5d33c31f8bdd9
[3.8] bpo-32793: Fix a duplicate debug message in smtplib (GH-15341) (GH-22683)

_get_socket() already prints a debug message for the host and port.

https://bugs.python.org/issue32793

Automerge-Triggered-By: @maxking
(cherry picked from commit 46a7564578f208df1e0c54fc0520d3b7ca32c981)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Lib/smtplib.py
Misc/NEWS.d/next/Library/2019-08-20-05-17-32.bpo-32793.cgpXl6.rst [new file with mode: 0644]