[issue11136] imaplib IMAP4_SSL shutdown gets socket error in py 3.2

Antoine Pitrou report at bugs.python.org
Mon Feb 7 01:05:06 CET 2011


Antoine Pitrou <pitrou at free.fr> 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 <report at bugs.python.org>
<http://bugs.python.org/issue11136>
_______________________________________


More information about the Python-bugs-list mailing list