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 xyb
Recipients xyb
Date 2007-09-02.12:14:28
SpamBayes Score 0.28950757
Marked as misclassified No
Message-id <1188735269.69.0.0628982068821.issue1086@psf.upfronthosting.co.za>
In-reply-to
Content
test test_email failed -- Traceback (most recent call last):
  File "/home/xyb/Python-3.0a1/Lib/email/test/test_email.py", line 1445,
in test_same_boundary_inner_outer
    msg = self._msgobj('msg_15.txt')
  File "/home/xyb/Python-3.0a1/Lib/email/test/test_email.py", line 67,
in _msgobj
    return email.message_from_file(fp)
  File "/home/xyb/Python-3.0a1/Lib/email/__init__.py", line 46, in
message_from_file
    return Parser(*args, **kws).parse(fp)
  File "/home/xyb/Python-3.0a1/Lib/email/parser.py", line 68, in parse
    data = fp.read(8192)
  File "/home/xyb/Python-3.0a1/Lib/io.py", line 1231, in read
    readahead, pending = self._read_chunk()
  File "/home/xyb/Python-3.0a1/Lib/io.py", line 1127, in _read_chunk
    pending = self._decoder.decode(readahead, not readahead)
  File "/home/xyb/Python-3.0a1/Lib/codecs.py", line 291, in decode
    (result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xbe in position 86:
unexpected code byte
History
Date User Action Args
2007-09-02 12:14:29xybsetspambayes_score: 0.289508 -> 0.28950757
recipients: + xyb
2007-09-02 12:14:29xybsetspambayes_score: 0.289508 -> 0.289508
messageid: <1188735269.69.0.0628982068821.issue1086@psf.upfronthosting.co.za>
2007-09-02 12:14:29xyblinkissue1086 messages
2007-09-02 12:14:28xybcreate