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 scott.dial
Recipients barry, benjamin.peterson, janssen, kevinwatters, ncoghlan, rhettinger, rmore, rtucker, scott.dial
Date 2009-12-06.07:21:58
SpamBayes Score 0.0003837568
Marked as misclassified No
Message-id <1260084127.92.0.368838102982.issue5949@psf.upfronthosting.co.za>
In-reply-to
Content
I found myself in the mood to code, so in the spirit of "every step
counts", I have attached a patch that updates test_imaplib accordingly.
The construction of the test framework is based loosely on test_ssl and
test_socketserver. If someone felt so moved to add more test cases, then
one would could simply extend SimpleIMAPHandler to handle more IMAP
commands.

FYI, as previously noted, on an unpatch trunk test_issue5949() is an
infinite loop.
History
Date User Action Args
2009-12-06 07:22:08scott.dialsetrecipients: + scott.dial, barry, rhettinger, ncoghlan, janssen, kevinwatters, benjamin.peterson, rmore, rtucker
2009-12-06 07:22:07scott.dialsetmessageid: <1260084127.92.0.368838102982.issue5949@psf.upfronthosting.co.za>
2009-12-06 07:22:05scott.diallinkissue5949 messages
2009-12-06 07:22:04scott.dialcreate