commit | 7b313971805ca9b53f181f7b97e5376d0b89dc06 | [log] [tgz] |
---|---|---|
author | Romuald Brunet <romuald@chivil.com> | Tue Oct 09 16:31:55 2018 +0200 |
committer | Giampaolo Rodola <g.rodola@gmail.com> | Tue Oct 09 16:31:55 2018 +0200 |
tree | b20b1345e8991acc211fcafa2e7f8fd9f9317eb1 | |
parent | 2b2758d0b30f4ed7d37319d6c18552eccbc8e7b7 [diff] |
bpo-32680 add default "sock" on SMTP objects (#5345) By default the smtplib.SMTP objects did not have a sock attribute, it was only created during connect()