STINNER Victor <[email protected]> added the comment:
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
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue9124>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com