[issue10429] bug in test_imaplib

2010-11-16 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: This was a real bug in IMAP.starttls() actually. Fixed in r86485. -- resolution: - fixed stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org

[issue10429] bug in test_imaplib

2010-11-15 Thread Antoine Pitrou
New submission from Antoine Pitrou pit...@free.fr: The following warning suggests the test is wrong: c:\buildslave-py3k\3.x.curtin-win2008-amd64\build\lib\test\test_imaplib.py:231: BytesWarning: Comparison between bytes and string self.assertFalse('LOGINDISABLED' in self.server.capabilities)