This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jh45
Recipients jh45
Date 2011-02-06.23:42:39
SpamBayes Score 0.00016684055
Marked as misclassified No
Message-id <1297035760.26.0.288823197275.issue11136@psf.upfronthosting.co.za>
In-reply-to
Content
windows vista
Python 3.2 rc2

situation: 
connected to gmail with IMAP4_SSL, did stuff, and finally IMAP4_SSL.close() 
IMAP4_SSL.logout()
IMAP4_SSL.shutdown() 

shutdown() gets this error:

socket.error: [Errno 10038] An operation was attempted on something that is not a socket

No problem in Python 3.1.2

For now I don't use shutdown(), and hope the socket is closed automatically when the interpreter exits (as open files are).

-- jh
History
Date User Action Args
2011-02-06 23:42:40jh45setrecipients: + jh45
2011-02-06 23:42:40jh45setmessageid: <1297035760.26.0.288823197275.issue11136@psf.upfronthosting.co.za>
2011-02-06 23:42:39jh45linkissue11136 messages
2011-02-06 23:42:39jh45create