[New-bugs-announce] [issue32680] smtplib SMTP instances missing a default sock attribute

Romuald Brunet report at bugs.python.org
Fri Jan 26 10:26:15 EST 2018


New submission from Romuald Brunet <romuald.brunet at gmail.com>:

SMTP instances from the smtplib module are not creating their sock attribute consistently after __init__

When host is sent as parameter a sock object is created (and hopefully, connected)

When the host is not sent, the sock attribute doesn't exist at all

----------
messages: 310764
nosy: Romuald
priority: normal
severity: normal
status: open
title: smtplib SMTP instances missing a default sock attribute

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32680>
_______________________________________


More information about the New-bugs-announce mailing list