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 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
History
Date User Action Args
2011-01-26 12:19:27vstinnersetrecipients: + vstinner, akuchling, georg.brandl, rhettinger, holdenweb, pitrou, giampaolo.rodola, lregebro, r.david.murray, sdaoden
2011-01-26 12:19:27vstinnersetmessageid: <1296044367.31.0.519698120316.issue9124@psf.upfronthosting.co.za>
2011-01-26 12:19:26vstinnerlinkissue9124 messages
2011-01-26 12:19:26vstinnercreate