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 tarek
Recipients belopolsky, tarek
Date 2009-01-20.21:07:50
SpamBayes Score 2.892752e-09
Marked as misclassified No
Message-id <1232485674.27.0.907634541787.issue4972@psf.upfronthosting.co.za>
In-reply-to
Content
> so you will never see a socket error from quit().

It did happen but on the close() call inside the quit() call.
I couldn't reproduce it in the tests yet, still working on it.

I have changed the patch and took car of the return code.

I have also commited a first version of the imaplib one. This one
required to write a dummy imap server in the tests, and I am not fully
happy with it yet (the returns are based on trials-errors, and I am not
fully understanding this protocol yet)

but imaplib is undertested, this fake server might be a good start for
more tests in test_imaplib imho.
History
Date User Action Args
2009-01-20 21:07:56tareksetrecipients: + tarek, belopolsky
2009-01-20 21:07:54tareksetmessageid: <1232485674.27.0.907634541787.issue4972@psf.upfronthosting.co.za>
2009-01-20 21:07:53tareklinkissue4972 messages
2009-01-20 21:07:53tarekcreate