New submission from Matt Johnston <[EMAIL PROTECTED]>:

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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4239>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to