]> granicus.if.org Git - python/commit
bpo-32793: Fix a duplicate debug message in smtplib (GH-15341)
authorZackery Spytz <zspytz@gmail.com>
Tue, 20 Aug 2019 17:52:25 +0000 (11:52 -0600)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 20 Aug 2019 17:52:25 +0000 (10:52 -0700)
commit46a7564578f208df1e0c54fc0520d3b7ca32c981
tree49f7597afa53615cda37df0ab9b9651b336d98c3
parent9e66aba99925eebacfe137d9deb0ef1fdbc2d5db
bpo-32793: Fix a duplicate debug message in smtplib (GH-15341)

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

https://bugs.python.org/issue32793

Automerge-Triggered-By: @maxking
Lib/smtplib.py
Misc/NEWS.d/next/Library/2019-08-20-05-17-32.bpo-32793.cgpXl6.rst [new file with mode: 0644]