[issue1396] py3k-pep3137: patch for mailbox

Christian Heimes report at bugs.python.org
Tue Nov 6 19:47:10 CET 2007


Christian Heimes added the comment:

Thanks for your insight, Andrew! Applied in r58881. 

I agree with you but I'm not able to test it with real data. I've no
longer access to our old server at my old dormitory. I had a Qmail
system with maildir there. 

Two tests are still failing with the same error:
======================================================================
FAIL: test_get (test.test_mailbox.TestMaildir)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/heimes/dev/python/py3k-pep3137/Lib/test/test_mailbox.py",
line 138, in test_get
    self.assertEqual(msg.fp.read(), '1')
AssertionError: '\n\n1' != '1'

----------
resolution:  -> fixed
status: open -> closed

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1396>
__________________________________


More information about the Python-bugs-list mailing list