[New-bugs-announce] [issue4239] Email example should use SMTP.quit() rather than SMTP.close()

Matt Johnston report at bugs.python.org
Thu Oct 30 06:29:47 CET 2008


New submission from Matt Johnston <matt at ucc.asn.au>:

The email module example has "s.close()", while the smtplib docs say to
use .quit()

The latter is probably correct?

----------
assignee: georg.brandl
components: Documentation
messages: 75354
nosy: georg.brandl, matt
severity: normal
status: open
title: Email example should use SMTP.quit() rather than SMTP.close()
type: behavior
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4239>
_______________________________________


More information about the New-bugs-announce mailing list