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 donmez
Recipients christian.heimes, donmez, draghuram, exarkun, janssen, loewis, nnorwitz, rtmq
Date 2008-08-26.17:50:37
SpamBayes Score 0.00023893359
Marked as misclassified No
Message-id <1219773039.67.0.506791719554.issue1210@psf.upfronthosting.co.za>
In-reply-to
Content
Still fails with beta2:

>>> import imaplib
>>> mail=imaplib.IMAP4("mail.rtmq.infosathse.com")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.0/imaplib.py", line 185, in __init__
    self.welcome = self._get_response()
  File "/usr/local/lib/python3.0/imaplib.py", line 912, in _get_response
    if self._match(self.tagre, resp):
  File "/usr/local/lib/python3.0/imaplib.py", line 1021, in _match
    self.mo = cre.match(s)
TypeError: can't use a string pattern on a bytes-like object
History
Date User Action Args
2008-08-26 17:50:40donmezsetrecipients: + donmez, loewis, nnorwitz, exarkun, janssen, draghuram, christian.heimes, rtmq
2008-08-26 17:50:39donmezsetmessageid: <1219773039.67.0.506791719554.issue1210@psf.upfronthosting.co.za>
2008-08-26 17:50:39donmezlinkissue1210 messages
2008-08-26 17:50:37donmezcreate