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 christian.heimes
Recipients christian.heimes, draghuram, loewis, rtmq
Date 2007-11-08.13:53:27
SpamBayes Score 0.0040703397
Marked as misclassified No
Message-id <1194530008.29.0.130790419679.issue1210@psf.upfronthosting.co.za>
In-reply-to
Content
The transition is done. Can you work on a patch and maybe add some
tests, too? It helps when you start Python with the -bb flag:

$ ./python -bb -c 'import imaplib; imaplib.Debug=5;
imaplib.IMAP4("mail.rtmq.infosathse.com")'
  52:01.86 imaplib version 2.58
  52:01.86 new IMAP4 connection, tag=PNFO
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/heimes/dev/python/py3k/Lib/imaplib.py", line 184, in __init__
    self.welcome = self._get_response()
  File "/home/heimes/dev/python/py3k/Lib/imaplib.py", line 907, in
_get_response
    resp = self._get_line()
  File "/home/heimes/dev/python/py3k/Lib/imaplib.py", line 1009, in
_get_line
    self._mesg('< %s' % line)
  File "/home/heimes/dev/python/py3k/Lib/warnings.py", line 62, in warn
    globals)
  File "/home/heimes/dev/python/py3k/Lib/warnings.py", line 102, in
warn_explicit
    raise message
BytesWarning: str() on a bytes instance
History
Date User Action Args
2007-11-08 13:53:28christian.heimessetspambayes_score: 0.00407034 -> 0.0040703397
recipients: + christian.heimes, loewis, draghuram, rtmq
2007-11-08 13:53:28christian.heimessetspambayes_score: 0.00407034 -> 0.00407034
messageid: <1194530008.29.0.130790419679.issue1210@psf.upfronthosting.co.za>
2007-11-08 13:53:28christian.heimeslinkissue1210 messages
2007-11-08 13:53:27christian.heimescreate