Antoine Pitrou <[email protected]> added the comment: > IMAP4_SSL.close() > IMAP4_SSL.logout() > IMAP4_SSL.shutdown()
logout() already calls shutdown() for you and closes the socket, so you don't have to do it yourself. ---------- nosy: +pitrou resolution: -> invalid status: open -> pending _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue11136> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
