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 r.david.murray
Recipients barry, benjamin.peterson, janssen, kevinwatters, ncoghlan, r.david.murray, rhettinger, rmore, rtucker, scott.dial
Date 2009-12-09.18:49:44
SpamBayes Score 1.2307559e-05
Marked as misclassified No
Message-id <1260384586.37.0.205038555186.issue5949@psf.upfronthosting.co.za>
In-reply-to
Content
I'll take a look at the socketserver issue, but probably not today.

In the meantime, can you take a look at this port of the tests to py3k
when you get a chance?  The tests pass without changes to imaplib, but
the imaplib code is a bit different in py3k.  I'd like your opinion on
whether the fact that _get_line unconditionally chomps the last two
bytes is a bug waiting to happen in some other context, even though it
doesn't happen in this particular one in py3k.
History
Date User Action Args
2009-12-09 18:49:46r.david.murraysetrecipients: + r.david.murray, barry, rhettinger, ncoghlan, janssen, scott.dial, kevinwatters, benjamin.peterson, rmore, rtucker
2009-12-09 18:49:46r.david.murraysetmessageid: <1260384586.37.0.205038555186.issue5949@psf.upfronthosting.co.za>
2009-12-09 18:49:44r.david.murraylinkissue5949 messages
2009-12-09 18:49:44r.david.murraycreate