Message127104
| Author |
vstinner |
| Recipients |
akuchling, georg.brandl, giampaolo.rodola, holdenweb, lregebro, pitrou, r.david.murray, rhettinger, sdaoden, vstinner |
| Date |
2011年01月26日.12:19:26 |
| SpamBayes Score |
0.00094315497 |
| Marked as misclassified |
No |
| Message-id |
<1296044367.31.0.519698120316.issue9124@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
All test_email and test_mailbox pass with mailbox.patch+BytesGenerator_handle_text.patch on Windows except one test:
======================================================================
ERROR: test_set_item (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\victor\py3k\lib\test\test_mailbox.py", line 286, in test_set_item
self._check_sample(self._box[key1])
File "C:\victor\py3k\lib\mailbox.py", line 76, in __getitem__
return self.get_message(key)
File "C:\victor\py3k\lib\mailbox.py", line 1190, in get_message
body = self._file.read(stop - self._file.tell())
ValueError: read length must be positive or -1 |
|