[docs] [issue11137] clarify use of imaplib IMAP4(_SSL) shutdown

John report at bugs.python.org
Mon Feb 7 03:18:52 CET 2011


New submission from John <jh45dev at gmail.com>:

Attempting IMAP4_SSL.shutdown() after IMAP4_SSL.logout() throws an error because the socket is already closed. (I cannot test with plain IMAP4.)

Please add appropriate notice, perhaps under IMAP4.shutdown().

Perhaps something like "If you do not use open(), and do only login() and logout(), you do not need shutdown(), as logout() does it for you."

-- jh

----------
assignee: docs at python
components: Documentation
messages: 128096
nosy: docs at python, jh45
priority: normal
severity: normal
status: open
title: clarify use of imaplib IMAP4(_SSL) shutdown
versions: Python 3.2

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


More information about the docs mailing list