commit | 671117a43adbc8997ba210e09119ab63d730dfc9 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Aug 31 04:25:05 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Aug 31 04:25:05 2007 +0000 |
tree | 72a06cf01780dc69260a73020ff6c95b7d2bb98f | |
parent | c2550c7b1c82892d4882ec1876623961a70b01a3 [diff] |
Force test_mailbox and test_old_mailbox into submission. (a) Several tests in test_mailbox were failing because we were writing text to a file opened in binary mode. Switching to text fixed these. (b) test_unix_mbox() in each test does a wacko comparison which apparently no longer works due to a different way the message gets parsed. I disabled this, I don't think the test was testing what it thought it was testing.