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 benjamin.peterson
Recipients barry, benjamin.peterson, janssen, kevinwatters, ncoghlan, rhettinger, rmore, rtucker, scott.dial
Date 2009-12-06.04:29:00
SpamBayes Score 3.9254994e-07
Marked as misclassified No
Message-id <1afaf6160912052028s637c82e1j7eda52cf085a8c96@mail.gmail.com>
In-reply-to <1260073186.89.0.499130820491.issue5949@psf.upfronthosting.co.za>
Content
2009/12/5 Scott Dial <report@bugs.python.org>:
>
> Scott Dial <scott@scottdial.com> added the comment:
>
> Ben, I understand that we are all volunteers here. My frustration in the
> lack of a de facto owner of the imaplib module and not with you
> personally or any other committer for that matter.\

Unfortunately imaplib predates the focus for stability in Python.

>
> As it is, there is no unittests for the imaplib module, and I am not in
> a position to provide a complete implementation of an IMAP server.

There is a stub in test_imaplib.py. I wouldn't expect a complete test
suite, but merely a test exposing the bug you are fixing. Every step
counts.

> However, I have attached a simple script demonstrating the issue. An
> unpatched trunk will infinite loop, consuming memory, and a patched
> version will throw a Traceback immediately.
History
Date User Action Args
2009-12-06 04:29:02benjamin.petersonsetrecipients: + benjamin.peterson, barry, rhettinger, ncoghlan, janssen, scott.dial, kevinwatters, rmore, rtucker
2009-12-06 04:29:00benjamin.petersonlinkissue5949 messages
2009-12-06 04:29:00benjamin.petersoncreate